Help for this page

Select Code to Download


  1. or download this
    my $fh = open "<","filename";
    $fh->print "stuff";
    $fh->close;