![]() |
|
P is for Practical | |
PerlMonks |
perlfunc:mkdirby gods (Initiate) |
on Aug 24, 1999 at 22:43 UTC ( [id://335]=perlfunc: print w/replies, xml ) | Need Help?? |
mkdirSee 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
|
|