Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: rindexChapter 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: rindexPerl in a NutshellNext: Reference: scalar
Reference: rindexBook IndexReference: scalar