start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: rindex Chapter 5
Function Reference
Next: Reference: scalar
 

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.