Perl is a high-level, general-purpose, interpreted, dynamic programming language.

learn more… | top users | synonyms

5
votes
0answers
354 views

Perl 5.16.0 - Sample C program working but existing multi-thread C++ program is aborting in Perl_sv_upgrade

Perl 5.16.0 - Sample C program is working but the existing multi-thread program is aborting in Perl_sv_upgrade. multi-thread program works fine with Perl 5.8.8 The same code works on Linux and Solaris ...
5
votes
0answers
274 views

Perl SOAP::WSDL accessing HTTPS Unathorized error

I'm trying to generate a Perl library to connect to a WebService. This webservice is in an HTTPS server and my user has access to it. I've executed wsdl2perl.pl several times, with different ...
4
votes
0answers
551 views

Can't get Perl web service running using WSDL::Generator

I have been trying for two weeks to create a web service in Perl (with WSDL::Generator) and call it with a client written in Perl. Now I try the examples provided with the library specializes in ...
3
votes
0answers
123 views

How to move directorys into different machines?

I have a directory called Dirs which contains 30 directorys and I want to distribute the 30 directory into different computers ( 10 computers )( I want to move the directory to /disk for each computer ...
3
votes
0answers
233 views

Perl Net::Telnet timing out on large command output

I'm writing a program that use Net::Telnet, but when i try to use $tel->cmd in line 41, a error occurs. command timed-out at CoyoteBridge4000.pl line 41 The comand is valid, but the output is ...
3
votes
0answers
124 views

SGML::Parser::OpenSP - Open Jade Nightmare

I'm trying to install the W3C validator(local copy) and i have managed to install Perl and all it's modules except for SGML::Parser::OpenSP The problem I'm running into is that apparently i need ...
3
votes
0answers
355 views

Curses - endwin is resetting to original terminal size after the terminal has been resized

I have a Curses application that is running ok. It handles resizing the term well and everything draws ok. The only problem is that when endwin() is called it resets the terminal to the original size. ...
3
votes
0answers
459 views

Why does ActivePerl 64-bit crash when I call sqlplus from backticks?

We came upon an error with a Perl script that processes data into an Oracle database. A few details: Server: Windows Server 2003 R2 64-bit Oracle: 10.2.0.4 Perl: ActivePerl 5.10 64-bit, build 1005 ...
2
votes
0answers
37 views

How can I get the calling method which inherit from other package

I want to get the calling method's name. I try caller, it works fine in most cases. But the result is not what I expected when the method inherit from parent package. Following is the example: ...
2
votes
0answers
35 views

Looking for p4perl sample codes to add/delete/checkout/checkin files into/from P4 repository

I know how to add/delete/checkin/checkout files using p4perl when my p4perl script and the files belong to the same p4 client. However, I don't know how to do it when the p4perl script and the files ...
2
votes
0answers
84 views

Expert system doesnt initialize

I am using AI::ExpertSystem::Advanced to run an expert system from web content. I have a website where I run a Perl script with this code: use strict; use warnings; use AI::ExpertSystem::Advanced; ...
2
votes
0answers
117 views

Perl Net::SMPP query_sm PDU error “Message ID invalid” 0x0C ESME_RINVMSGID

I'm trying to query the status of an SMS sent via perl Net:SMPP module using query_sm. I populate my submit_sm PDU as follows: $resp_pdu1 = $smpp->submit_sm( destination_addr => '12345678910', ...
2
votes
0answers
50 views

PAR installation in perl cannot be completed

I desperately need your help! I need to compile a perl script to an executable so that it can be run in windows without having perl installed. I know it is not a good idea to do this , but I ...
2
votes
0answers
38 views

Generate a perl module with a seperate namespace using SWIG

I need to generate a perl module Vinod::StatHandler. I have 2 files related to c++ code.(statHandler.h,statHandler.cpp) Currently I am using the following command to generate the module. swig -perl ...
2
votes
0answers
161 views

Invoke a Java file using System() in c

I am trying to run a java file that is sitting on my web server from c code. When I load the webpage, a perl script calls a c file which then calls the java file. I have the call set up like in my c ...
2
votes
0answers
56 views

How can I both get raw post data and use Apache2::Request to access parameters?

Apache2::Request doesn't seem to provide a way to get the raw post data; is there one that I am missing? Alternatively, is there a way to read the post data separately (in a content handler - nothing ...
2
votes
0answers
27 views

Invoking gcc -pthread under ExtUtils::MakeMaker

What's the right way to specify compilation and linking with -pthread (not -lpthread) in a Makefile.PL? It's my understanding that gcc ought to be invoked with -pthread when building against ...
2
votes
0answers
66 views

No email content with Mail::IMAPClient

This is how I connect yo GMail using Mail::IMAPClient sub connectGMail { my $socket = IO::Socket::SSL->new ( PeerAddr => 'imap.gmail.com', PeerPort => 993, ...
2
votes
0answers
164 views

Automating Logins with Perl

I am trying to write a script which logs into my Intex account. For some reason I can't get past the login screen. I know the page is https and I'm not sure what I'm doing wrong in accounting for ...
2
votes
0answers
144 views

Test failure in dmake test with module PerlMagick(Image::Magick)

I was first having problem passing past Makefile.pl installing the perlMagick module(otherwise known as Image::Magick). It said I didn't had the required binaries installed, but a person here in SO ...
2
votes
0answers
149 views

Perl/DBI/FreeTDS/SQLAzure Some inserts ignored

I've got an intermittent problem with Perl using DBI and FreeTDS (on Ubuntu) to insert some data into SQL Azure. The problem may occur and some rows ignored and then I can just run it again without a ...
2
votes
0answers
50 views

How can I dynamically change a Maketext lexicon in my application?

I have made my website multi-language via Locale::Maketext (or more specifically with CatalystX::I18N::Model::Maketext). My maketext classes load the lexicon into the package var %Lexicon at compile ...
2
votes
0answers
87 views

AWS Beanstalk running webapp with a perl script

I have set up a Beanstalk application and everything is running fine except I use a perl script to bring in some NTP times from some severs and it seems to not be executing it. I have run this on my ...
2
votes
0answers
81 views

Bugzilla 4.2.2: Adding attachment parameter to enter_bug.cgi call

On Bugzilla 4.2.2, I can set up default text for a bug with a call like: http://bugzilla.foo.com/enter_bug.cgi?product=foobar&short_desc=foobaz%20is%20broken But I am not sure what to modify, or ...
2
votes
0answers
187 views

Crypt::OpenPGP Symkey decrypt failed: Invalid secret key ID

I am having a problem where Crypt::OpenPGP is unable to decrypt a message encoded by GPG. It seems that I am not the first to have this problem. But no solution was found on that thread. my $pgp = ...
2
votes
0answers
98 views

Debugging an AUTOLOAD that calls a DynaLoader'd library

Stepping through a vendor-provided library, a call is AUTOLOAD'ed, a coderef captured by a UNIVERSAL::can(), and that coderef called. I believe the call is to a routine from a compiled library via ...
2
votes
0answers
163 views

Perl scripter error ReferenceError: The variable ActiveXObject has not been declared

I am trying to run a js script from the response of http request. Following is the code. #!/usr/bin/perl use WWW::Scripter; use URI; $w = new WWW::Scripter; $w->use_plugin('JavaScript'); ...
2
votes
0answers
185 views

IPv6 with perl on windows not working

cross-post http://perlmonks.org/index.pl?node_id=984750 (Possible duplicate of perl windows IPv6 ) I tried following sample example from : https://metacpan.org/module/IO::Socket::IP use ...
2
votes
0answers
132 views

Mojolicious test and plackup live run different

sometimes when I run the test, I get the following. # Inactivity timeout Mojo's documentation seems to recommend adding Mojo::IOLoop->stream($self->tx->connection)->timeout(300); ...
2
votes
0answers
167 views

perl mqseries read event messages

I want to read SYSTEM.ADMIN.QMGR.EVENT event messages. I can receive the messages, but the output format is not readable. This is the PERL sub I use for reading: sub readEventMessage() { my ...
2
votes
0answers
179 views

Compiling perl-tk with xft support on Mac OSX Snow Leopard

I am trying to compile perl-tk with XFT support on a Mac OS X 10.6.8, but running into some problems. The first is that running perl Makefile.PL XFT=1 yields the following output (in ...
2
votes
0answers
397 views

XML::Compile::SOAP and calling a web service with WSDL

I'm having a tough time making a SOAP call to a webservice, the WSDL looks something like this: <wsdl:definitions name="Service" targetNamespace="/Service/"> <wsdl:types> ...
2
votes
0answers
158 views

How do you set up an object oriented jsonrpc Mojolicious application?

I'm trying to set up a jsonrpc application using Mojo. I built some controllers and related modules using REST but then decided I needed to use JSONRPC. Using the following code from ...
2
votes
0answers
304 views

Unbound Prefix failure with wsdl2perl.pl

I have a WSDL that is automatically generated by a .NET WCF service. I am trying to generate a Perl client from the WSDL using wsdl2perl.pl. It gets through several of the interfaces and objects ...
2
votes
0answers
197 views

Using cpanm with Module::Install instead of CPAN or CPANPLUS

I am experiencing some frustration right now with installing dependencies from CPAN (trying to write an installation script that works under local::lib). This may be overkill but my code for the ...
2
votes
0answers
557 views

Using Win32::GuiTest to get data from grid display control (AfxWnd42s)

I'm currently writing some perl scripts to test one of our GUI applications. I'm using perl's Win32::GuiTest as a foundation, and it's pretty functional for the most part. However, I am now stuck ...
2
votes
0answers
106 views

Does the Perl cons build tool skip targets containing dotnames?

I want to create a directory in the target area with one file. I'm observing that if any of the segments in the target path starts with a ".", cons quietly fails to create the target. Anyone know ...
2
votes
0answers
163 views

How to insert events into an XML::SAX::Pipeline

I have a SAX filter that wants to insert some content into the current stream for downstream handlers to process (ie: add a node to the output). How can this be accomplished? I was thinking maybe I ...
2
votes
0answers
100 views

Using Any type element and key_insert to optimize insertion and secondary sort in Heap::Simple

Before, I had defined my elements entry as just Array in H::S because I did not need a secondary sort. After implementing a secondary sort and a function for defining the elements to insert array ...
2
votes
0answers
259 views

How do you get XML::Pastor to set xsi:type for programmatically generated elements?

I'm learning how to use Perl as an automation test framework tool for a Java web service and running into trouble generating xml requests from the Pastor generated modules. The problem is that when ...
2
votes
0answers
253 views

daemonize perl process

I am trying to daemonize a perl process example test to syslog. 1) in the perl script it already log into rotate log file but I would like to log the daemonize for case of when things goes wrong ...
1
vote
0answers
26 views

Perl SOAP::WSDL support SOAP 1.2?

I am using SOAP::WSDL to parse a WSDL file to a web service client, but in the WSDL file the SOAP version is SOAP 1.2 and SOAP::WSDL crashes when meeting such a SOAP version. When I change the SOAP ...
1
vote
0answers
15 views

PERL xampp PPM Error

C:\Users\Jason>ppm version Can't use an undefined value as a SCALAR reference at X:/ampp/perl/vendor/lib/PP M.pm line 1684, line 41. there were more errors initially which I solved. Error No 1) ...
1
vote
0answers
45 views

Suggestions for differentiating which Q a user would like to answer

I am trying to make it so that a user can choose which question they want to answer, and, using a textarea, answer that question. I'm having trouble figuring out how I can differentiate which question ...
1
vote
0answers
19 views

Using python CGISimpleServer to export d3 svg

I'd like to export the svg from a d3 chart to a .svg file without requiring any interaction from the user. I'm using code based on this great example : http://d3export.cancan.cshl.edu/ but server ...
1
vote
0answers
31 views

Error Initializing OpenSSL module in perl

Hi I am a newbie to perl. How to create a pkcs7 signature in perl .Any Example code would be helpful. I tried to use OpenCA::OpenSSL. I got error initializing OpenCA::OpenSSL instance. Thanks in ...
1
vote
0answers
11 views

cant get email with Net::Facebook::Oauth2

my $fb = Net::Facebook::Oauth2->new( application_id => 'your_application_id', application_secret => 'your_application_secret', callback => ...
1
vote
0answers
18 views

Attributes exchange using Net::OpenID::Consumer

my $csr = Net::OpenID::Consumer->new( ua => LWP::UserAgent->new, consumer_secret => '123456xXx', required_root => "http://www.myopenidsample.net/", ); my ...
1
vote
0answers
22 views

How to use singleton class with Win32::OLE in Perl?

I have a dll with a singleton class xxx_xxxx. How do I call it from Win32::OLE from Perl? I tried Win32::OLE-> new("xxx_xxxx") and it just crashed. But Win32:::OLE->GetActiveObject is OK. It is a ...
1
vote
0answers
46 views

How can I have a php script call a perl script that requires a parameter?

I have a php script that allows people to upload files to a server, and I have a perl script to convert the filetype to something more useful for data extraction. The php script saves the name of the ...

1 2 3 4 5 44