home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


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: map Perl in a Nutshell Next: Reference: msgctl
Reference: map Book Index Reference: msgctl

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.