Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    } else {
      # file does not exist as a plain file
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    }
    
    close $rfh or die "cannot close:$!\n";