Help for this page

Select Code to Download


  1. or download this
    BEGIN{
        open(STDOUT,">stdout.log")||die"$!";
    }
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    # I love ar0n :)
    my $thing = do { local @ARGV = "foo.txt"; <> };
    print $thing;