in reply to counter issues
for my $i (0 .. $#array - 1) { ($x1, $y1) = ($array[$i] =~ m/\D(\D?\d+\D?\d*)\D(\D?\d+\D?\d*)\D/; ($x2, $y2) = ($array[$i + 1] =~ m/\D(\D?\d+\D?\d*)\D(\D?\d+\D?\d*) +\s*\D/); }
Makeshifts last the longest.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: counter issues
by shemp (Deacon) on May 13, 2003 at 15:48 UTC | |
by Aristotle (Chancellor) on May 13, 2003 at 16:00 UTC |