Hi Gurus,

 

Iam getting problem in accessing the array reference which is passed as
command line argument to a perl script from another perl script

 

I have a main perl script I have declared an array as "our
@arr=("1","2","3","4");

 

 

And I have passed this array reference to another Perl script (system("perl
subscriplt1.pl  [EMAIL PROTECTED]");) 

 

I can get the reference value in subscript but I am not able to get the
values in the array.

Can anybody give some solution for this?

 

Thanks in Advance,

Siva

 

 

 

 

<<image001.gif>>

Reply via email to