> but code isn't duplicated if you pre-load your modules:
>
http://perl.apache.org/guide/performance.html#Preload_Perl_Modules_at_Server
> _S

I realise the actual code isn't duplicated  - but the script itself still
needs the list of  "use" directives regardless of whether you pre-load them
and there doesn't seem to be an easy way to factor this common block of
unsightly directives out into one file for use in multiple scripts that
share the same resources.

Martin

Reply via email to