mkdir
See the current Perl documentation for mkdir.
Here is our local, out-dated (pre-5.6) version:

mkdir - create a directory

mkdir FILENAME,MODE

Creates the directory specified by
FILENAME, with permissions specified by
MODE (as modified by umask). If it succeeds it returns
TRUE, otherwise it returns
FALSE and sets
$!
(errno).