http://qs321.pair.com?node_id=11148480


in reply to Re^6: Regex: matching any Number then a hyphen
in thread Regex: matching any Number then a hyphen

open my $FILE, '>test1234.pl' or die 'Dude, I cant even create file!';

"I did print errors. What are you talking about?"

You didn't do what I said you didn't do. open/$!

open(my $fh, ">", "input.txt") or die "Can't open < input.txt: $!";

"Three arguments are allowed but not required!"

Needlessly insecure.