in reply to Re: Re: How keep the count...
in thread How keep the count...
Cheers - L~R# push @offsets, $_ - $first + 1; # to push @offesets, [ $line , $_ - $first + 1 ]; # and # print "$_\n" for @offsets; # to print "$_->[0] : $_->[1]\n" for @offsets;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: How keep the count...
by Anonymous Monk on Mar 03, 2004 at 18:47 UTC |