Help for this page

Select Code to Download


  1. or download this
        open "non_existent_file";
        print $!+0, ": ", $!;
    ...
        for (keys %hash) {
          print $_+0, ": ", $_;
        }
    
  2. or download this
        2: No such file or directory
        0: No such file or directory