Re: Preventing embperl caching of dynamic data?

2006-11-07 Thread Kinetic Slam
Well, I wasn't successfull getting around the caching of my perl script output so I stopped trying to get my established perl scripts working under Embperl with little to no changes.  I've converted one of them to a more Embperl form and have now gotten around my caching problem.   I'm sure that's

Re: Preventing embperl caching of dynamic data?

2006-11-01 Thread Kinetic Slam
OK, I turned up embperl debugging to include cache logging.  When I receive updated output from testscript.html I see the following in my embperl_log file:== [7934]CACHE: Created new CacheItem *file:/testscript.html; expires_in=0 expir

Preventing embperl caching of dynamic data?

2006-10-31 Thread Kinetic Slam
Hello again. If I'm understanding what I see correctly, I running into an issue where Embperl is caching output I don't want cached. I've been trying to get Embperl to stop caching my dynamic pages on my site without success.  I'm just not properly understanding the use of EMBPERL_EXPIRES_IN and/

Re: Embperl::Object::Execute help within PERL scripts for templating.

2006-10-04 Thread Kinetic Slam
> I'm running Embperl 2.2.0, mod_perl 2.0.2 under Apache 2.2.3.  I have> successfully setup Embperl 2 for templating my website (templates display> properly for .html files).  What I am trying to do now is convert some PERL> scripts I have to make use of the Embperl templating features with only> m

Embperl::Object::Execute help within PERL scripts for templating.

2006-10-03 Thread Kinetic Slam
Hello, I'm running Embperl 2.2.0, mod_perl 2.0.2 under Apache 2.2.3.  I have successfully setup Embperl 2 for templating my website (templates display properly for .html files).  What I am trying to do now is convert some PERL scripts I have to make use of the Embperl templating features with only