| Thread | Last Post | Replies |
|
| Perl | 31 Dec 2005 05:34 GMT | 1 |
I would like to know how to parse the word document using perl Please reply, regards, jis
|
| How do you telnet from 1 host to another using Telnet Module | 30 Dec 2005 22:13 GMT | 5 |
I need to know how you telnet from one host to another using the net::telnet module. I can telnet to a single host OK but I need to then jump from that host o a 2nd device, I cannot get this to work, I merely start anothet telnet session from my host machine.
|
| Not able to use LWP::UserAgent::Authenticated | 28 Dec 2005 07:32 GMT | 2 |
when i am trying to use my $ua = LWP::UserAgent::Authenticated->new( $LOGINID, $PASSWORD ); its giving me error Can't locate LWP/UserAgent/Authenticated.pm in @INC (@INC contains:
|
| CGI Cookie Path Question | 27 Dec 2005 00:26 GMT | 6 |
All my cookies are created with the path set to "/" and everything was working fine. The one and only way I set my cookies was the line below. And I know I have it only once as I keep it in one of my function modules and call it with a function call.
|
| Have I an error in my POD? | 24 Dec 2005 00:32 GMT | 4 |
I have a package in CPAN (MathML::Entities::Approximate) and when it is installed manually, it's fine. However when it's installed via the CPAN module (perl -MCPAN -e shell...) there is an error about the ABSTRACT (I can't paste the exact
|
| Dave Roth's site (Win32::AdminMisc, Win32::ODBC, etc.) not available. | 23 Dec 2005 14:27 GMT | 1 |
Does anyone know of an alternate method to contact Dave Roth (other then rothd@roth.net )? It appears that his entire domain is unavailable (dns3.roth.net is not answering authoritatively for roth.net) because none of his hosts
|
| ppm.activestate.com down? | 23 Dec 2005 06:42 GMT | 1 |
just trying to install perl in my WinXP computer, trying to install some modules using PP3 and it gives me an error that it can't reach ppm.activestate.com. Tried pinging it... nothing. Tried going to it with Firefox... nothing.
|
| Using XML::Twig | 22 Dec 2005 03:01 GMT | 10 |
I'm a little confused using the Perl XML::Twig module. What I'm trying to do is output a subset of the matched twig_root entries in an XML file. Essentially I call a method for the 'definition' twig_root and then I only want to output some of the definitions based on a
|
| use of xml in perl application to describe command line logic | 21 Dec 2005 22:58 GMT | 2 |
I work for a compay which sells a unix-based product comprising several binaries. The binaries have numerous command line options which change with version releases [immutable facts]. We use shell scripts to control the binaries startup and shutown. It
|
| Robot Perl module | 21 Dec 2005 15:01 GMT | 2 |
Does anyone know if there is a Robot/Spider Perl module that supports HTTP authentication and HTTPs connections? I know about WWW:Robot and the LWP:* modules but I wasn't able to find a module that combines the authentication features of LWP into a Robot.
|
| FmtDefault-Warning in Spreadsheet-ParseExcel | 20 Dec 2005 17:54 GMT | 1 |
if using the module Spreadsheet-ParseExcel I always get the following message: Character in 'C' format wrapped in pack at C:/Perl/site/lib/Spreadsheet/ParseExcel/FmtDefault.pm line 68.
|
| Can't locate object method "newFromJpeg" via package "GD::Image" | 20 Dec 2005 11:39 GMT | 3 |
I'm trying to execute this Perl simple script: -------- #!/usr/bin/perl use GD;
|
| sending an SMS message | 14 Dec 2005 20:59 GMT | 3 |
I'm pretty lost: I want to write a simple (???) program to send off an SMS message.. no ring tones or embedded pictures... just an app that'll replace our current 'alerter' [that sends off pages] and take a phone # and a message and fire of that message to that cell phone.
|
| working www::search module for active perl 5.8XX | 14 Dec 2005 06:12 GMT | 1 |
Is there a working version, pls direct me to where I can download it
|
| Trying to compile MP3::Info gives errors | 13 Dec 2005 08:46 GMT | 4 |
I try to compile a perl script into a win32 executable using the PAR packager. The script uses the module MP3::Info which seems to be the problem. The smallest code which make the problem is: #### Perl code in file hello.pl
|