|
|
| No such thing as a small change | |
| PerlMonks |
Re: extracting data from an input file and associated errorsby chilledham (Monk) |
| on Feb 02, 2012 at 23:42 UTC ( #951558=note: print w/ replies, xml ) | Need Help?? |
|
You need to capture the match you want:
The match in your first set of parens will be stored in $1, in the second set of parens in $2, and so on.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||