use Symbol qw|delete_package|; #### eval { delete_package($packageName); # Have to remove the package from the %INC hash so that require will # actually load the package again. delete($INC{$packageFile}); };