agustina_s has asked for the wisdom of the Perl Monks concerning the following question:
then next time( in the while loop ) I want to print A000002 in the next iteration A000003... etc. Do I have to save the value A000001 inside an array or a scalar?? Thanks so much....while(<>){ print " C=A000001\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: make a counter
by grep (Monsignor) on Jan 22, 2002 at 11:17 UTC | |
by agustina_s (Sexton) on Jan 23, 2002 at 06:41 UTC |