Help for this page

Select Code to Download


  1. or download this
    SKIP: {
       skip "Unix-specific tests skipped on Windows", 2 if $^O eq 'Win32';
    ...
       is(...);
       is(...);
    };
    
  2. or download this
    chdir(dirname($script_qfn));
    local $0 = $script_qfn;
    ...
    
    delete $scripts::fcgi_daemon::{'root::'};
    CGI::_reset_globals() if $INC{"CGI.pm"};