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...
Hi all, I would like to automate, by building some ad-hoc scripts, some operations I have to do at the moment using a web browser. I would need to: -login ...
I am reading in an input file. The file is a column of names and addresses. I then want to concatenate the name and address on one line with quotes and...
... Mon May 17 11:09:43 MDT 2010 0 In other words, the return value of the date command in an END subroutine overrides my desired exit value. How do I fix...
Hello all, Please let me know if anybody has any idea on the development of Complex Event Processing (CEP) applications in perl. I have been assigned a task...
Hi, I'm familiar with the PHP version of preg_replace, but is this also a perl function aswell ? I've been to perldoc.perl.org (using the google search), &...
Suppose if i have the command something like this. $rc=system("cat sample;echo $?") The file sample is not there in the directory which i am executing the...
Hi, I am very new to Perl. Could someone please help me in writing the Following. I want to delete a line containing pattern from the file if it appears after...
Dear All, Can you provide me with good tutorial or book which can help me to get the concept of multidimensional array / hash and references in perl. -- Thanks...
Date::Parse uses Time::Zone and the tz_offset() function which seems to have a problem: $ perl -le 'use Time::Zone; for $tz ("CST", "CDT", "CST6CDT") {print ...
Hi, I've recently joined this group, & checking the archives, I see it was full of spam (apparently, but there are deleted messages, so i can't be sure) since...
I've used this product and found it great for all types of charts... http://www.advsofteng.com/cdperl.html Highly cross-platform and highly customizable. ...
Hi all, Great day !!!!!! I would like to ask your opinion on 1. Which is the best option for creating charts and graphs in perl. My requirement is to create...
Hi, written a perl script, which will connect to IMAP server, fetch emails according to the subject match, into a file. This file will be in MIME format, which...
How do I easily model first-in-first-out (FIFO) financial transactions in Perl? Example: % I buy 100 shares of XYZ for $8/share on Day 1, another 100 shares ...
I need to create a perl script that send some information from a sml file to a service running in a Windows station. This service was develeped in Delphi and I...
what is the difference between $x=12;sub abcd {$x=o;print $x;}and$x=12;sub efgh{local $x=0;print $x;} The INTERNET now has a personality. YOURS! See your...
Good day, The Perl-Beginner Yahoogroup is under new ownership. I am in contact with the other moderators, and will send out further information in the next few...