Yes, I'm using HTML::Template. It's great, but I'm too lazy
to create 7 tmpls and modify them if needed.
I'm using a filter to the template to replace my <LANG_str563> tags
to the suitable word.
I want to use the hash in this filter.
Regards, Gabor
ps.: if the page contains a lot of text in difficult structure - I use 7 tmpls :)
> Hi,
>
> i have developed a few mutilingual sites all with different ways
> of handling the issue of multilingualism. So far the best
> solution I found is using HTML::Template and creating separate
> Templates for each language.
> This will you can have total separation between the HTML and the Perl code.
>
> OK I know this did not answer the question :)
>
> another
> -- Gabor
>
>
> On 2001.08.01 15:32 Gabor Csuri wrote:
> > Hi All!
> >
> > I'm developing a multilanguage site on apache with mod_perl.
> > A dictionary is stored in database.
> > All page must to access the database to find the words in the selected
> > language. It can be slow.
> > I tought, I should make a hash to store the text when it come first
> > form the database. The cgi will look for the text in the hash first
> > then the database if it not found in the hash.
> >
> > Q: How can I share the hash between the processes ?
> >
> > Thanks, Gabor.
> >
> >
> >
> > --
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> --
> Gabor Szabo
> http://www.tracert.com/
> Web site monitoring
> Web application development
> Perl training
>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]