Perl Script for parsing log files.

2013-04-13 Thread Asad
Hi All , Greetings ! I have completed O'Reily first book Learning Perl . Started writing small perl programs . However I basically do log file analysis , hence was thinking is there any perl code around in any of the book or if anyone already developed for the following requiremen

Re: Perl Script for parsing log files.

2013-04-13 Thread David Precious
On Sat, 13 Apr 2013 21:20:30 +0530 Asad wrote: >I have completed O'Reily first book Learning Perl . Started > writing small perl programs . However I basically do log file > analysis , hence was thinking is there any perl code around in any of > the book or if anyone already developed for

Can I use perlbrew to install to /usr/share/perl?

2013-04-13 Thread Sherman Willden
I installed perlbrew then I used it to install v5.16.3. That installed to my home directory. I read about installing to /opt. Do I just substitute /usr/share/perl where I presently have v5.14.2 for /oopt? Will that also install to all the other required places? Will it install the perl executable t

Re: Can I use perlbrew to install to /usr/share/perl?

2013-04-13 Thread Jim Gibson
On Apr 13, 2013, at 10:11 AM, Sherman Willden wrote: > I installed perlbrew then I used it to install v5.16.3. That installed to > my home directory. I read about installing to /opt. Do I just substitute > /usr/share/perl where I presently have v5.14.2 for /oopt? Will that also > install to all t

Re: Perl Script for parsing log files.

2013-04-13 Thread timothy adigun
Hi, On Sat, Apr 13, 2013 at 4:50 PM, Asad wrote: > Hi All , > > Greetings ! > >I have completed O'Reily first book Learning Perl . Started writing > small perl programs . However I basically do log file analysis , hence was > thinking is there any perl code around in any of the