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


in reply to Re^2: Creating new folders
in thread Creating new folders

It's not really the die that's important. It's the test of file operation and the printing of $!. You could just as easily write:
if (!-d "e:/web/public_html/eagle_f91/ffinfo/protected/images/$Game") +{ mkdir("e:/web/public_html/eagle_f91/ffinfo/protected/images/$Game" +) or print "$!\n"; }
If there's an error it should populate $!, that error message will tell you what went wrong (generally). So it should either work or give you and error. So it has to help.

grep
One dead unjugged rabbit fish later...