Help for this page

Select Code to Download


  1. or download this
    #! perl -sw
    use strict;
    ...
        print while <$RAM>;
        $ibuf = $rem;
    }
    
  2. or download this
    #! perl -sw
    use strict;
    ...
        }
    }
    print $obuf; ## Corrected C&P error. See [lotus1]'s post below.