Help for this page

Select Code to Download


  1. or download this
    open(my $fh, '<', $qfn)
       or die($qfn);
    binmode($fh);
    local $/ = \( 64*1024 );
    print while <$fh>;