Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have a perl program that changes certain values in an input deck and runs an executable, opens the output file, finds the important number and stores it in an array.
I have two questions:
I would like to do this print statement for "m" values of the array $a without having m be predetermined.printf PLOT ("%.5f %.5f %.5f \n", $a[1}, $a[2], $a[3]);
I looked through the previous submissions, and I could not find a similar type question. I apologize if it has already been addressed.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: formatting substitute and arrays
by thelenm (Vicar) on Apr 26, 2002 at 22:09 UTC | |
|
Re: formatting substitute and arrays
by asdfgroup (Beadle) on Apr 26, 2002 at 22:30 UTC |