Hi List, I am calling a perl script within another perl script. What is the best way to pass arguments to the second one ? Is it possible to pass arrays and hashs (or at least refs) ? So far I am calling the second script like @result=`script2.pl $arg1 $arg2 $arg3` but I guess this is quite ugly. any help welcome Patrik Schaub FMS Internet Service Friedrichring 8 D 79098 Freiburg Tel.: +49 761 2926500 Fax: +49 761 2926503 http://www.fmsweb.de
- Re: passing arguments P. Schaub
- Re: passing arguments Chas Owens
- Re: passing arguments Paul