Re: [Perl-unix-users] Problems with parsing.

2006-11-30 Thread $Bill Luebkert
Claudia Agrelo wrote: > I am new with Perl, can someone help me? > I have the following LOG file, i want to extract the date (Thu Nov 30 > 14:12:07 CET 2006) > and the amount of httpd instances running (30). I am making the script > and i was able to > extract the number of instances but i really

[Perl-unix-users] Problems with parsing.

2006-11-30 Thread Claudia Agrelo
I am new with Perl, can someone help me? I have the following LOG file, i want to extract the date (Thu Nov 30 14:12:07 CET 2006) and the amount of httpd instances running (30). I am making the script and i was able to extract the number of instances but i really dont know how can i parse