$arguments = join(' ', @ARGV); # do something with $arguments #### foreach $argument (@ARGV) { # Do something with $argument }