Help for this page
# file1.pl my $size = -s $ARGV[0]; my $time = -M $ARGV[0];
$ strace perl file1.pl
# file2.pl my $size = -s $ARGV[0]; my $time = -M _;
$ strace perl file2.pl