Help for this page

Select Code to Download


  1. or download this
    use Symbol qw|delete_package|;
  2. or download this
      eval
      {
    ...
        # actually load the package again.
        delete($INC{$packageFile});  
      };