Hi,
> 
> I use PerlTransHandler to do similar effect but it came from 
> pre-2.0 era and I didn't realize I can be done easely 
> directly from app init - can you please confirm I understand 
> correctly eg request for /somedir/somefile_de.html would get 
> changed to something like /cms/de/dir/somefile.html or 
> perhaps directly read it from sql database right in the app init code?
> 

You can change the filename (and all other request parameters in app init).
So you it is also possible to get the source code from a database, put it
into a scalar and tell Embperl to use that, also I didn't tried to do so.
You might also want to overwrite the get_recipe methode to change recipe,
syntax and other parameters on a per script base.

See eg/web/epwebapp.pl for examples for both technics and read
IntroEmbperl2.pod

Gerald


 
** Virus checked by BB-5000 Mailfilter ** 


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

Reply via email to