sub load_in_cgi { my $func = shift; eval { local $CGI::AUTOLOAD = $func; CGI::_compile(); }; }