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
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
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/
> 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
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