perl -MExtUtils::Install -e "uninstall('/usr/lib/perl5/5.8.8/i486-linux/auto/Gaim/.packlist', 1, 1 );"
uninstall($packlist_file, $verbose, $dont_execute);
Removes the files listed in a $packlist_file.
If $verbose is true, will print out each file removed. Default is false.
If $dont_execute is true it will only print what it was going to do without actually doing it. Default is false.