Re: Dynamic Embperl

2003-11-13 Thread Kee Hinckley
At 12:46 AM + 11/14/03, Peter Moran wrote: Thanks Angus, Thats exactly what I need - incidently, what docs is this in, I cant seem to find it ? It's there in the HTML::Embperl doc in the Execute docs . I don't usually use the output, but I use the input case quite a bit. Define a bunch of

Re: Dynamic Embperl

2003-11-13 Thread Peter Moran
: Thursday, November 13, 2003 10:56 PM Subject: Re: Dynamic Embperl At Thu, 13 Nov 2003 11:14:10 +0100, Jörg Kütemeier wrote: > Embperl::Execute({ > inputfile => '...some file', # is important for embperl (e.g. caching) > # it identifies the "real&

Re: Dynamic Embperl

2003-11-13 Thread Angus Lees
At Thu, 13 Nov 2003 11:14:10 +0100, Jörg Kütemeier wrote: > Embperl::Execute({ > inputfile => '...some file', # is important for embperl (e.g. caching) ># it identifies the "real" request with it > mtime => undef, # time for last modified... > inp

Re: Dynamic Embperl

2003-11-13 Thread Gerald Richter
>perhaps Gerald knows a faster way ;-) No, that's the way to do it! In case you know when your source changes, you can set the mtime parameter and only change it's value when the source changes, then Embperl will only recompile, when mtime changes Gerald --

Re: Dynamic Embperl

2003-11-13 Thread Jochen Topf
On Thu, Nov 13, 2003 at 10:14:08AM +0100, Andre Landwehr wrote: > >(But it is sort of ugly, because if something changes you always have > >to rewrite the Apache config file, so if somebody has a better > >solution, please tell me :-) > > cool idea to use mod_rewrite, I hadn't thought

RE: Dynamic Embperl

2003-11-13 Thread Jörg Kütemeier
cu Jörg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - wolf-systems IT-Services Ihr Partner für ein sicheres und beständiges Netzwerk http://www.wolf-systems.net -Original Message- From: Andre Landwehr [mailto:[EMAIL PROTECTED] Sent: Thursday, November

Re: Dynamic Embperl

2003-11-13 Thread Andre Landwehr
On Thu, Nov 13, 2003 at 09:46:04AM +0100, Jochen Topf wrote: > a) Compile something out of the database into Embperl. If it is only >Perl code you can just use eval, but with Embperl code its another >problem. I have no idea how to do this but maybe somebody else can >help. You could u

Re: Dynamic Embperl

2003-11-13 Thread Jochen Topf
On Thu, Nov 13, 2003 at 06:44:37AM -, Peter Moran wrote: > Is it possible for Embperl not to use *real* files ? > > What I want to do is to save template files inside a DB which will have > Embperl code within them - I want to be able to retrieve the templates > within a perl script and then *

Re: Dynamic embperl search path

2002-10-28 Thread Gerald Richter
> I'm looking at the description for EMBPERL_OBJECT_ADDPATH. It is very short, > so I don't know if it can do what I want. > > The embperl pages of my application is located in /usr/local/freemoney/pages > which is aliased in apache to /fm/. But I want to allow for local > extensions, so some of