Help for this page

Select Code to Download


  1. or download this
    
    
    ...
        untie(%userdata) if %userdata; # <- line 242
        CORE::exit();
    }
    
  2. or download this
    sub some_sub {
        require 'wpconfig.cgi';
    ...
        untie(%userdata) if %userdata;
        CORE::exit();
    }