How to exclude the lines that start with 0?2227 (9/26/2010 1:50:11 AM) comp.lang.perl.misc Hi experts,
It has been a long time I fiddled with perl scripts.
I want to exclude all the lines that start with 0 and print only the
lines starting with non-zeroes.
Here is the script and I am not su... Rider
Parsing two files and comparing the first fields..434 (11/28/2007 11:12:36 PM) comp.lang.perl.misc I have two files (C:\test1.txt and C:\test2.txt) to parse. The first file has 4 fields and the second one has two fields, but both files have the "user_id" as the first field. Example: c:\test1.txt ==========... clearguy02
Can you pl. take a look here?231 (11/23/2007 9:02:42 AM) comp.lang.perl.misc Hi all, Here is the problem description. __DATA__ # user_id name email user_uid manager_uid jcarter john a@gmail.com 00206251 00207609 mstella mary b@yahoo.com 002076... clearguy02
A little help on perl coding..324 (11/21/2007 8:14:39 PM) comp.lang.perl.misc Hi folks, I am playing around on the below issue. I have a file, C:\test.txt with the following content: ------------------------------------------------------------------------------------------------------... clearguy02
To parse the command output..773 (12/11/2006 7:38:47 PM) comp.lang.perl.misc Hi folks, I am looking out for some help here. I am working on an email alert mechanism. I need to parse the output of "df- k" command and if the capacity is more than 50%, the output (pritn statement) of the... clearguy02
File uploading from a local desktop to a web server..364 (10/19/2005 1:48:10 AM) comp.lang.perl.misc Hi Experts, I have the below script and I can be able to copy only the file name, but not the file contents. ======================================= use warnings; use Time::Local; use CGI; use... clearguy02
A Perl parsing question..862 (6/12/2005 6:14:06 PM) comp.lang.perl.misc Hi experts, Below is my scenario: I have the below C:\groups.txt file, with a city name and an associated list of people belonging to the city. A portion of the file is as follows: ===========================... clearguy02
Help with a script..1350 (4/4/2005 12:58:41 AM) comp.lang.perl.misc Hi all, I have the below script ready to change a time stamp from 15-Sep-04.01:03 to 2004-09-15 01:03:00. =================================== $date = '15-Sep-04.01:03'; %months = qw(January 1 February 2 March... clearguy02