Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        binmode $out;
        print $out $_;
    }
    
  2. or download this
    while (<>) {
        binmode(ARGV), seek(ARGV,0,0), next if $.==1;
        ...