> > not compiled, but the all the code lives in a BIG hash table for CGI.pm to
> > autoload from.  the export lists take up alot of space too.  regardless if
> > you're using html routines or not.
> 
> As I have replied to FEITO Nazareno today, this happens only if you
> precompile CGI.pm's functions at the server startup. I've used B::Terse in
> /perl-status to check that. Refer to the post with subject "[iso-8859-1]
> Whats better?program with C...." for a complete showcase.
> 
> If you don't precompile them, only the minumum set of functions will be
> inherited, so it's possible to exclude the html generation functions.

re-read what i said, i'm talking about variables in CGI.pm like
%EXPORT_TAGS, %SUBS, etc.

Reply via email to