> -Original Message-
> From: Gunnar Koppel [mailto:[EMAIL PROTECTED]
> Sent: Monday, August 02, 2004 1:21 PM
> To: [EMAIL PROTECTED]
> Subject: [mp1]: different output under perlrun and CGI
>
>
> Terr!
>
> I got some differencies between using script under CGI and
> Apache::PerlRun what
> -Original Message-
> From: Perrin Harkins [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 02, 2004 12:05 PM
> To: Bevelock, Mike
> Cc: '[EMAIL PROTECTED]'
> Subject: Re: Apache::Reload: explicitly registering required
> library files [p atch include
A nice enhancement to Apache::Reload would be the ability to explicitly
"register" and reload required library files.
For example, if a sub in 'lib/common_subs.pl' changed, it would be nice if
all code
that did this:
require 'lib/common_subs.pl';
got the fresh code in lib/common_subs.pl.
The Ap