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 $_ .