in reply to Is there a CPAN Perl module to deal with the Eclipse IDE?

to deal with Eclipse...
use File::Path; File::Path::rmtree("/path/to/Eclipse");

;)