Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        open($handle, ">$name");
        return $handle;
    }
    
  2. or download this
        if ($read >= $fsize) {
            chomp($_ = <$in>);
    ...
            $out = nextfile($file, $fcount);
            print $out $/;
        }