in reply to
data extraction from a variable
The docs are available via the
perldoc
command line tool.
my ($value1, $value2) = /:\s*(\S+)\s+(\S+)/;
[download]
Comment on
Re: data extraction from a variable
Select
or
Download
Code
In Section
Seekers of Perl Wisdom