On Tue, 05 Apr 2005 19:55:53 +0200, GR Kumaran wrote:
Hi
I have no trouble with this module.
>�open ( F, "<$ARGV[0]" ) || die("Unable to open input file.
>�$ARGV[0]"); while ( my $line_from_logfile = <F>�) {
Hmmm. Try:
chomp $line_from_logfile;
>�eval { %data = $lr->parse($line_from_logfile); }; if (%data) {
>�print "parsed successfully\n"; } else { print "parsing failed\n"; }
>�} close(F); =======================================
--
Cheers
Ron Savage, [EMAIL PROTECTED] on 6/04/2005
http://savage.net.au/index.html
Let the record show: Microsoft is not an Australian company
---------------------------------------------------------------------
Web Archive: http://www.mail-archive.com/[email protected]/
http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]