Re: Debugging perl modules used by Embperl page

2001-03-18 Thread Gerald Richter
> > I tried that today and ran into a problem. Sometimes it doesn't seem > to figure out the path to the file, and if it's not in @INC in at > Apache loadtime, the apache process will die with an error when it > tries to reload the file. My code looks like this: > > [- >use lib "$ENV{DOCUME

Re: use <-> do (was: Debugging perl modules used by Embperl page)

2001-03-18 Thread Gerald Richter
- Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice:

Re: Debugging perl modules used by Embperl page

2001-03-18 Thread Kee Hinckley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 11:51 AM -0500 3/17/01, goEbusiness.com Mail Lists wrote: >You could just use "do" instead of "use". No, the semantics are different from "use". I haven't looked at the specifics, but it definitely doesn't work to use replace use with do. - --

Re: Debugging perl modules used by Embperl page

2001-03-18 Thread Kee Hinckley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 7:26 PM +0100 3/17/01, Gerald Richter wrote: >Hi Kee, > >thanks for sharing this. I most cases you can use Apache::Reload. This >modules checks on every request which Perl modules have changed and only >reload the changed ones. You could also tell