vonman has asked for the wisdom of the Perl Monks concerning the following question:
Thanks in advance!!! RVopen (PROLOG,"$provision_log") || die "Cannot open the + file: $!"; while (<PROLOG>) { chomp; $pro_logline=$_; print "$pro_logline\n"; if ($pro_logline =~ /$transaction_id/) { print "We found a match\nPro_log:$pro_logline\ +nAuditlog $logline\n"; $jhg=<STDIN>; } # End of if prolog } # End of while for Prolog run close (PROLOG);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: String matching question
by arturo (Vicar) on Mar 13, 2001 at 21:07 UTC | |
|
Re: String matching question
by andye (Curate) on Mar 13, 2001 at 21:40 UTC | |
|
Re: String matching question
by vonman (Acolyte) on Mar 13, 2001 at 21:12 UTC | |
by arturo (Vicar) on Mar 13, 2001 at 21:18 UTC | |
by vonman (Acolyte) on Mar 13, 2001 at 21:24 UTC | |
|
Re: String matching question
by vonman (Acolyte) on Mar 13, 2001 at 21:15 UTC | |
|
Re: String matching question
by vonman (Acolyte) on Mar 13, 2001 at 21:22 UTC | |
|
Re: String matching question
by athomason (Curate) on Mar 13, 2001 at 23:45 UTC | |
|
Re: String matching question
by vonman (Acolyte) on Mar 14, 2001 at 02:08 UTC | |
|
Re: String matching question
by buckaduck (Chaplain) on Mar 14, 2001 at 00:00 UTC |