Help for this page

Select Code to Download


  1. or download this
    sub sub_menus {
      for (keys %INC) {
    ...
        eval { $_::runonce() };
      }
    }
    
  2. or download this
    $SIG{__DIE__} = \&error_crash_trapper;
    $SIG{__WARN__} = \&warn_crash_trapper;