Help for this page

Select Code to Download


  1. or download this
    unless (open FH, ">$_[0]") {
            error($!, "not able to write to file $_[0]");
            return undef;
    }