http://qs321.pair.com?node_id=326549


in reply to Need help deleting IQ Folders

See perldoc File::Path
use File::Path; rmtree(['foo/bar/baz', 'blurfl/quux'], 1, 1);