Help for this page

Select Code to Download


  1. or download this
    open (my $foo, $0);
    # binmode $foo, raw; # nothing changes with or without this line
    print $foo;
    close $foo;