Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: mapChapter 5
Function Reference
Next: Reference: msgctl
 

mkdir

mkdir filename, mode

Creates the directory specified by filename, with permissions specified by the numeric mode (as modified by the current umask). If it succeeds, it returns 1; otherwise, it returns 0 and sets $! (from the value of errno).


Previous: Reference: mapPerl in a NutshellNext: Reference: msgctl
Reference: mapBook IndexReference: msgctl