Help for this page

Select Code to Download


  1. or download this
       open (my $in,"<$file") or die "Can't open file '$file' for reading:
    + $!";
       open (my $out,">$file.out") or die "Can't open file '$file.out' for
    + writing: $!";
    
  2. or download this
    Unsuccessful open on filename containing newline at test.pl line 18
    
  3. or download this
    use strict;
    use warnings;
    ...
       }
    }
    close(DFFILE);