Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    ( my $c = pack("a1024", $GetCommandLine->Call()) ) =~ s/\0*$//;
    print $c, "\n";
    dd $0, @ARGV;
    
  2. or download this
    use warnings;
    use strict;
    ...
      "foo\\\" bar\\\\",
      "open(my \$x,\">&STDOUT\");",
    )