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