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


rmdir

rmdir 
name

Deletes the directory specified by name if it is empty. If it succeeds, it returns 1 ; otherwise, it returns 0 and puts the error code into $! . If name is omitted, the function uses $_ .


Previous: Reference: rindex Perl in a Nutshell Next: Reference: scalar
Reference: rindex Book Index Reference: scalar

Library Navigation Links

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