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

2000-06-01 Thread Doug MacEachern
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

CGI.pm's -compile/-autoload methods

2000-05-30 Thread Stas Bekman
I've suggested using: use CGI qw(-compile :all); in the Guide for a long time. Now I've read the following: QUOTE CGI.pm =item -compile This causes the indicated autoloaded methods to be compiled up front, rather than deferred to later. This is useful for scripts that run for an extended

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

2000-05-30 Thread Gunther Birznieks
At 03:16 AM 5/31/00 +0300, you wrote: I've suggested using: use CGI qw(-compile :all); in the Guide for a long time. Now I've read the following: QUOTE CGI.pm =item -compile This causes the indicated autoloaded methods to be compiled up front, rather than deferred to later. This is useful