Help for this page

Select Code to Download


  1. or download this
        if ($MOD_PERL && defined Apache->request) {
          Apache->request->register_cleanup(\&CGI::_reset_globals);
          undef $NPH;
        }
    
  2. or download this
        if ($MOD_PERL && defined Apache::Request) {
          Apache->request->register_cleanup(\&saveall);
          push @OBJ_STORE, $self;
        }