Help for this page

Select Code to Download


  1. or download this
    # somewhere at the top
    my $refresher = Module::Refresher->new;
    ...
      no warnings 'redefine';
      $refresher->refresh_module('module_name');
    }