Help for this page

Select Code to Download


  1. or download this
    use Benchmark qw/cmpthese timethese/;
    my (@array,%handle);
    ...
    print $fh $string;
    close $fh unless ($opts->{'noclose'});
    }