in reply to How can I match between two integer numbers
This seems to give the answers you want
/^\s+\d+\s+(.*?)\s+\d+\s+(.*?)$/;
It's worth looking at the $`, $& and $' variables to help you debug regular expressions.
--<http://www.dave.org.uk>
"The first rule of Perl club is you do not talk about
Perl club."
-- Chip Salzenberg
In Section
Seekers of Perl Wisdom