How to process Perl array element in Shell script

Posted by joe on Stack Overflow See other posts from Stack Overflow or by joe
Published on 2010-05-26T08:19:58Z Indexed on 2010/05/26 8:31 UTC
Read the original article Hit count: 430

Filed under:
|
|
|
|

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

© Stack Overflow or respective owner

Related posts about linux

Related posts about perl