in reply to Passing arguments
system('perl', 'script2.pl', @theArray); [download]
@ReceivedArray = @ARGV; [download]