Re: problem solved, but still weird!

2001-04-07 Thread Marcus R. Popetz
At 01:29 PM 4/7/01, Steven D. Arnold wrote: >Hey folks, > >Well, my script seems to be running correctly now, but I don't understand why. > >I added 8192 to the debug value so I could get the in-browser links to the >debugging information. I also created an EMBPERL_VIRTLOG entry. I then >stopp

Re: development?

2001-04-07 Thread Marcus R. Popetz
I believe, if your packages are included in @INC, when their mod times change, mod_perl will reload them. You probably need a perl script executed at apache startup that adds them into the parent processes copy of @INC. -mp At 12:52 PM 4/7/01, Kee Hinckley wrote: >-BEGIN PGP SIGNED MESSA

Re: development?

2001-04-07 Thread Kee Hinckley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 1:26 PM -0400 4/7/01, <[EMAIL PROTECTED]> wrote: >I have just started working on a web site using emb perl. We have >migrated alot of our scripts directly, but some of our pages would be >better handled as embperl. > >Anyway, I have just begun, a

development?

2001-04-07 Thread c.w.huling
I have just started working on a web site using emb perl. We have migrated alot of our scripts directly, but some of our pages would be better handled as embperl. Anyway, I have just begun, and have found that as I modify packages, I am having to restart apache. I assume this is mod_perl com