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


in reply to •Re: "not enough arguments" with 'mkdir' command
in thread "not enough arguments" with 'mkdir' command

That's the "mode" argument, or "permission mode" to be a little more verbose.

I agree that the argument should be named "mode", but that's not how it is documented. In 5.8's perlfunc:

mkdir FILENAME,MASK mkdir FILENAME

Note: in 5.005, it was called mode.