in reply to Re: Re: Passing Array to seperate filein thread Passing Array to seperate file
foreach my $line (@ARGV) { print "$line\n"; # or do anything else with it } [download]