Help for this page

Select Code to Download


  1. or download this
    use File::Slurp qw(write_file);
    
    ...
        write_file($FH,  $ustr)
          or warn "Failed write_file";
    }