in reply to
String Matching
Another approach:
my @numbers = split /,/, substr($lineX,6,-1);
[download]
--
Linux, perl, punk rock, cider:
charlieharvey.org.uk
.
Comment on
Re: String Matching
Download
Code
In Section
Seekers of Perl Wisdom