Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    } else {
       print("\$! is not defined\n");
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    close($fh)
       or warn("Unable to read file \"$file_name\": $!\n");