in reply to Re: How to extract Start .. End from multiline file
in thread How to extract Start .. End from multiline file
Thanks Ed for quick response
Line:
did work fine :)if (($line =~ m/$stag/) .. ($line =~ m/$etag/))
In Section
Seekers of Perl Wisdom