>
> I have several libraries of helper routines that I load into my
> HTML files.
>
> I tried using Execute to load them, but I started getting weird
> things where it seemed like there was more than one copy of the
> library in use.
>

This shouldn't be the case, as long as you don't use the mtime parameter in
a incorrect way (normaly don't use it at all for disk files)

> I'm currently using require, but then the library gets cached and I
> can't get my changes to load (some of the time) without restarting
> the server.

Yes, see my other mail on modules in Embperl.
>
> Any suggestions?  I'm going to try going back to Execute right now, but...

You can use "do", but then the file is executed everytime. If it plain Perl
code (no Embperl code), then you can consider writing a small module that
only reloaded your lib when it has changed or maybe Apache::StatINC can
help.

Gerald



> - --
>
> Kee Hinckley - Somewhere Consulting Group - Cyberspace Architects(rm)
>
> I'm not sure which upsets me more: that people are so unwilling to accept
> responsibility for their own actions, or that they are so eager
> to regulate
> everyone else's.
>
> -----BEGIN PGP SIGNATURE-----
> Version: PGPfreeware 6.5.2 for non-commercial use <http://www.pgp.com>
>
> iQA/AwUBOP86LiZsPfdw+r2CEQJ8CgCdGK5379pxKZCGrv/0K5aWeZXSLjUAn17g
> Z+BGMRt4roo3USL+I9BPcEbO
> =r8KQ
> -----END PGP SIGNATURE-----
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to