`perl myscript.pl \@arr` would actually pass a literal @arr to myscript.pl.
To pass any data structure except strings you first have to convert them to string, by serializing them.
In reply to Re: Passing array pointer through script input
by moritz
in thread Passing array pointer through script input
by vit
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |