Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
  2. or download this
    open THING,"<some_file.ext" or die "some_file.ext:$!";
    open OTHERTHING,">some_other_file.ext" or die "some_other_file:$!";