in reply to System Calls
Although in your case it looks like mkdir would be the better option. See. system for more info on the exit status of programs (which lives in the $? variable).system("some_program --and arguments") == 0 or die("Couldn't do something with stuff");
_________
broquaint
|
|---|