| Thread | Last Post | Replies |
|
| version 5.10.0 | 02 Dec 2008 17:07 GMT | - |
I am experiencing 2 problems with the new version: 1) I have a .pl file which needs libraries located in the same directory (.pm), so I used to put: use lib '/home/pdupre/dir_name' ;
|
| libeay32. | 01 Dec 2008 19:35 GMT | - |
I am trying to follow this thread : http://www.nntp.perl.org/group/perl.par/2008/01/msg3325.html I had success in compiling the module but the error extracting libeay32.dll still remains.
|
| Re: Perl Error with spamassassin | 01 Dec 2008 13:34 GMT | - |
> Message du 01/12/08 11:53 > De : "Meghanand Acharekar" > A : "beginners" > Copie à : |
| Web File Download | 29 Nov 2008 11:25 GMT | - |
I work with ssm-server - server for bioinformatic purposes (http://www.ebi.ac.uk/msd-srv/ssm/). For each request it gives information of several html-pages. Also there is a possibility save file in preferable format:
|
| File manipulation | 27 Nov 2008 19:35 GMT | - |
I have a few tasks I would like to play and learn with, and would appreciate a bit of help please. Starting in c:\testing\testing123\ I have 2 more levels of folders. eg.
|
| error while installing Net::APPliance::Session module from Cygwin | 26 Nov 2008 11:06 GMT | - |
I'm gettin an error while installing Net::APPliance::Session module from Cygwin, can someone help me with this -------------------------------------------------------------------------------------------------------------------------------- $ perl -MCPAN -e "install Net: ...
|
| Small paying project: Perl DNS server | 22 Nov 2008 21:15 GMT | - |
I'm trying to write a Perl DNS server that answers queries (A, NS, TXT, CNAME, LOC, MX, etc-- pretty much anything in http://en.wikipedia.org/wiki/List_of_DNS_record_types) based on the time of day, current weather in Paris, number of users on my server,
|
| How Do I Auto-Run Perl in a Browser | 22 Nov 2008 17:29 GMT | - |
Index.html auto-runs for HTML. Index.php auto-runs for PHP. I can't find what auto-runs for Perl. Anything? Index.cgi? I must be doing something wrong.
|
| Need help on simple auto-boot question | 20 Nov 2008 14:56 GMT | - |
This seems so trivial, but I have not been able to reconcile this question. 1. File names index.html and index.php have special properties in that they auto-boot when a directory on the server is accessed.
|
| error when using net::SSH::perl | 19 Nov 2008 18:04 GMT | - |
I wanted to write a script which could login to a remote machine and execute commands and give me the output, so i used Net::SSH::Perl module on my windows xp machine.... after running the script i get the this error
|
| Debugger start problem | 19 Nov 2008 04:28 GMT | - |
I added a -d to the first (bang) line of a Perl program I've been running for years, because I wanted to look at how it's been acting funny lately.
|
| Problem with parsing csv file and writing into two separate files | 17 Nov 2008 18:56 GMT | - |
I would like to parse a .csv file and write certain records into two separate files. The program below writes the records easily into the csvtmp.csv but the second file is only created with no records written. I cannot see the problem here, the second file is produced
|
| A question on ActiveState Perl Dev Kit | 13 Nov 2008 06:26 GMT | - |
Hello world, I am trying to develop a program which will use PerlTray with Perl/Tk, however, I found that I can't "use PerlTray" at all, unless I compile it to run.
|
| Project request : ajax chat with perl backend | 12 Nov 2008 08:57 GMT | - |
Hiya Ive been tasked with building a ajax chat but it has to be with a perl backend. Anyone know of any existing projects to help with rapid dev.
|
| getting data from URL | 11 Nov 2008 18:09 GMT | - |
Having tested my code locally with PERL, I am now playing with it as cgi. So far I have only been using 1 ARGV value and would like to add another one into my calcs, so value1 = $ARGV[0] and value2 = $ARGV[1] In my html I am using a couple of radio buttons, a textfield, and a
|