Help for this page

Select Code to Download


  1. or download this
    Package::Name::runonce();
    
  2. or download this
    for (keys %INC) {
        s!/!::!g;
        s/\.pm$//;
        eval { $_::runonce() };
    }