in reply to
regex needed
Hi ,
This is one way to do this :
if($_ =~ /^TEST:/){print $';} __END__ foo
[download]
Comment on
Re: regex needed
Download
Code
In Section
Seekers of Perl Wisdom