A
amerar
Hi All,
I have a unix script which puts together an array:
set -A week_fnames $FILE5 $FILE6 $FILE7 $FILE8 $FILE9 $FILEA
How to I pass that array to a Perl program, and be able to use the
array in the Perl program??
Thanks!
I have a unix script which puts together an array:
set -A week_fnames $FILE5 $FILE6 $FILE7 $FILE8 $FILE9 $FILEA
How to I pass that array to a Perl program, and be able to use the
array in the Perl program??
Thanks!