How to process Perl array element in Shell script
- by joe
For ex :
in PERL
@array = (1,2,3);
system ("/tmp/a.sh @array" );
In shell script
how to handle this array in shell script
how to handle the shell script to receive as arguments? and how to use that array variable in shell script