in reply to Re: substr in nested foreach loop
in thread substr in nested foreach loop
use Regexp::Common; ... my $num = $RE{num}{real}; my ($x, $y, $z) = ($1, $2, $3) if $line =~ /($num) ($num) ($num)\s*$/;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: substr in nested foreach loop
by sarani (Sexton) on May 23, 2006 at 04:19 UTC | |
|
Re^3: substr in nested foreach loop
by Anonymous Monk on May 23, 2006 at 05:33 UTC | |
by sarani (Sexton) on May 23, 2006 at 11:12 UTC |