in reply to make a counter
$a = 'A000001'; while (1) { print "$a\n"; $a++; }
$a = 'A000000'; while (1) { print $a++,"\n"; }
|
grep> cd pub grep> more beer |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: make a counter
by agustina_s (Sexton) on Jan 23, 2002 at 06:41 UTC |