in reply to
Re^5: partial matching of lines in perl
in thread
partial matching of lines in perl
You seem to suffer from two distinct problems:
problem description
here, the monks already gave you some hints, especially towards the end of
Re^3: partial matching of lines in perl
implementation
here, I'd like to refer you to
perlintro
. regarding your last question, see the
section on files and I/O
Comment on
Re^6: partial matching of lines in perl
In Section
Seekers of Perl Wisdom