RE: [mp1]: different output under perlrun and CGI

2004-08-02 Thread Bevelock, Mike
> -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

RE: Apache::Reload: explicitly registering required library file s [p atch included]

2004-07-02 Thread Bevelock, Mike
> -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

Apache::Reload: explicitly registering required library files [p atch included]

2004-07-02 Thread Bevelock, Mike
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