Perl Programming
Perl Programming forum discussing coding in Perl, utilizing Perl modules, and other Perl-related topics. Perl, the Practical Extraction and Reporting Language, is the choice for many for parsing textual information.
PGP Sign email created from an HTML form?
Anyone know a way of PGP signing an email created from a form submitted on a web page? I have been using soupermail <http://soupermail.sourceforge.net> but this can only ENCRYPT the message, I just need to add a signature.
I know i...
answer(294) view(984) status(

)
How to fill out Data for Guestbook
I am new to perl programming and I just have a few questions? I am just wondering how to fill out this informantion.
Info: On my web server I have all the html files in a "web" folder
$guestbookurl = "http://your.ho...
answer(287) view(767) status(

)
HTTP::LITE Problem
Hi there,
I'm using the Perl module HTTP::LITE and I have some problems using it:
It works perfectly when I want to access a web page on my machine (http://localhost/something/haha.html), but it fails miserably if I want to access somet...
answer(1) view(203) status(

)
answer(0) view(4) status(

)
perl script for parsing PCL files
Hi,,
i am trying to extract some required information from a file_name.PCL file
i am not able to read the file... please help how to parse the PCL files
answer(0) view(4) status(

)
Way to share Perl script accross company
I need a way share a Perl script. The program gathers data and outputs them as an email containing excel spreadsheets. It is using Getopt::long to get 2 flags and 2 inputs if desired.
The goal is to create an easy way for anyone, with little or...
answer(0) view(11) status(

)
Mechanize issue with sending multiple cookies.
Using Mechanize sending multiple cookies records only the last cookie in the logs of the product.... Whereas using wget and telnet gives all the cookies sent, in the comma separated form in the product logs....
Is it some kind of bug with the MEch...
answer(0) view(14) status(

)
answer(0) view(14) status(

)
call R from perl?
Could anyone tell me how to call R from Perl? I'm running activeperl under windows. Thanks!
answer(1) view(294) status(

)
Sending data to CGI that takes data from STDIN
I'm coding a basic webserver in Perl. I am testing it on an HTML page that has a FORM and gets data from INPUTs, then SUBMITs it and the method is set to POST. So the webserver code gets this, and knows which CGI file to use. The CGI file in questi...
answer(0) view(20) status(

)
cannot read STDIN from HTML form
2010-07-01
Does the following look OK?
#! perl
print "content-type: text/html\n\n";
my$STDIN=<STDIN>;
When called in a browser,
(from a server using windows 2003, IIS 6, and perl 5.008008), the page hangs and does a cont...
answer(0) view(29) status(

)
answer(0) view(15) status(

)
Perl/TK - how do I return the filename from FIleLoadPopup ?
I'd like to add a simple file browser/load to my Perl/TK script - I saw information about the TextUndo widget and got this code:
# The TextUndo widget has a file load dialog box method built-in!
sub OnFileOpen {
$InputText->FileLoadPo...
answer(0) view(22) status(

)
implement SVD in PERL
hello, i have a trouble with Singular Value Decomposition in PERL...any one can help me ??? please...
sent me email : kampunglampung@yahoo.com
thx
answer(0) view(23) status(

)
answer(0) view(17) status(

)
answer(0) view(29) status(

)
Handling Login Errors in Net::Telnet::Cisco Module...???
Hi Everybody,
I'm developing a Tool in Per/CGI using Net::Telnet::Cisco module for clearing cisco counters & logs. I am having an event list, which contains Network Node details and some other info. From this eventlist when I selec...
answer(3) view(386) status(

)
Can't call method "mail" on an undefined value at
Hi,
Tis is working fine with one server, if i changed the smtp server address, it is giving error like Can't call method "mail" on an undefined value at $smtp->mail($username)
$username = $ENV{"USERNAME"}."\@invensys.c...
answer(0) view(73) status(

)
answer(0) view(44) status(

)
answer(0) view(37) status(

)
answer(5) view(1,247) status(

)
how can i verify if a package exists?
I have a small problem, working on a script that use console colors (Win32::Console::ANSI) and i got stuck because this script need to run on linux also and i want to do that without commenting "use Win32::Console::ANSI" line.
something ...
answer(0) view(47) status(

)
answer(0) view(70) status(

)
answer(1) view(54) status(

)
Perl Pagination Gremlin
Hi
I have a webpage that needs pagination, as the page displays results retrieved from a mysql database. The problem I am having is that instead of redirecting to the linked page (as expected) I get a pop-up window asking if I want to download t...
answer(0) view(81) status(

)
SOAP::Lite and mod_perl2?
Does anyone know if SOAP::Lite works with mod_perl2? When I try to install SOAP::Lite I get "Warning: prerequisite Apache 0 not found.". I have installed Apache and mod_perl 2.0 and they function correctly.
answer(1) view(243) status(

)
mysql_insert_id() proper syntax
I just recently learned of this function in MySQL and I can't figure out the proper syntax to use it in Perl. I was using a different way of finding out the Auto-increment value but it won't work if two names are identicle. This part of ...
answer(3) view(944) status(

)
file upload without CGI.pm
hi peeps,
this is giving me a headache now...so I decided to come here and ask for help. I have this bit of code that is supposed to upload files without using CGI.pm and the fact is that it works like a charm on localhost (windows 2k mach...
answer(7) view(500) status(

)
Downloading in Perl
I have created a perl cgi script that dinamically displays the files in a directory as well as other directories available. For whatever reason, when I try to download the documents displayed, the browser trys to interpret and display them...
answer(3) view(190) status(

)
answer(0) view(448) status(

)