in reply to
Find text between two strings?
($variable) = $string =~ /foo(.*?)bar/;
[download]
--Artist
Comment on
Re: Find text between two strings?
Download
Code
In Section
Seekers of Perl Wisdom