%my_perl_script.pl foo1 foo2 foo3 #### $my args = q{foo1 foo2 foo3}; #### my $args = q{@ARGV}; #### my $args = @ARGV;