Hi Mike, Forwarding to you until it gets to the list. Regards, Shlomi Fish ... Subject: Re: [PBML] "Perl For Dummies" Help Requested Date: Wednesday 13 October...
Hi everyone, I'm trying to get this page's form to give me results and am using the previous results page that worked before I changed the sites template. For...
Hi all, I have a quick question. I am trying to make sure only 8.3 type string is matched but the below code prints 8.4 . Is there a way I could make sure it...
Hello. This group has been spam-free for a few months now, & I see that the group is only having a handful of messages a week. Before - it used to have...
Hello, I'm using Net::SSH::Perl to connect to the remote server. After executing the below code (to get real-time output), I want the control to be returned to...
Hello, Does anyone knows how good are Algorithm::SVM and Algorithm::SVM::DataSet for large data set? I am trying to use it will have around 40000 DataSet...
Hello I want to open a remote ssh session using the perl script , I am able to login to the server using the simple script and i am also able to execute few ...
When my foreach keys loop is within my filereading (<>) while longlist loop, then my hash can remember all its values. But why can't it remember anything as...
I have records in a file that look like this: IPOD,YAHOO,0033092909,50/4Z1,technology_102 I would like to convert the 4Z1 to 42001 so the complete record would...
I have a record: 123-456,RTY,76-78,12-09-87,key I would like to remove the hyphens from the first, and fourth values as delimited by commas but not the third...
Hi all, I am working on a tree implementation (with any number of parent and child nodes) in perl. Every node is defined as a object of a "Node" class which I ...
Hi, I have a task of sorting a file paragraph wise on the basis of an integer in the first line of those paragraphs. Like: the integer is 10 .... .... p1 the...
May be somebody here can help me out. Is there any perl module usable either in Linux and in Windows environment which can generate and handle time beyond...
I am playing around with the following code. fib1 is a normal subroutine, fib2 is a lexically scoped lambda, and fib3 is a lambda. My question is, why does...
Em....While doing the homework that gives from the "Learning Perl" books. The homework is "Give out some strings (a word per line) and count the word that has...
So far I use Term::ReadLine CPAN::Bundle YAML Are there any other modules that you __have__ to have to keep your sanity? /bin/n00b -- John Maclean 07739 171...
Hi all, I have around 6+ years of IT experience as a software development mailing in scripting technologies using perl. I want to become technical architect in...
I have to process data which is in the form of rows and columns. How do I store each row into an array, split the contents of the array with a delimiter? eg:...
I would like to have a search form for a glossary of terms that will be on my website. This glossary will be on 26 pages (one page for each letter of the...
Hello all, I am trying to run some scripts from extropia and getting an "undefined subroutine" error during setup. Can anyone help with what I should be...
Hi, when I use find() in File::Find, copy() always fails to find the source file w/ "No such file or directory" message. Here's the script: use File::Find; use...
Hi, I am very new to the Perl. And I have the following problem I have a file which has 1000s of variables: X1=0 Y1=1 B1=0 X2=1 …. X1000=1 I need to read...
Hi all, I want to know how to find the status, i.e. "next run time" and "last run time", of a task which is run through windows task scheduler. This is...
what's up with line six? The command seems fine to me :-/ cat test_dd.pl #!/usr/bin/env perl -w use strict; use warnings; my $dd_file_size = 2*10*(2**10); #...
Hi, I am trying to write a perl script to print all the given files in a directory with .zip extension which contains many subdirectories,so basically I have...