perl -Mdata::dumper -we'$d=Data::Dumper->new(\@ARGV);print$d->Dump' foo bar #### perl -Mdata::dumper -we'print Dumper(\@ARGV)' foo bar