You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Doug MacEachern <do...@covalent.net> on 2000/06/01 21:37:27 UTC

Re: CGI.pm's -compile/-autoload methods

 
> 1. regarding -compile, if the tags are imported into the startup.pl's
> package or main:: they aren't inhereted by child processes and therefore
> not adding some memory size to the total child process size, am I right? 
> (well it's shared anyway)

doesn't matter if it's shared, it's shared un-needed bloat!  i would use
CGI::compile() instead of use CGI -compile, as gunther suggested.