in reply to Deleting a Directory
rmdir ( "$_" ) or die ("Could not remove $_"); [download]
rmdir ( "$_" ) or die "Could not remove $_ $!"; [download]