Re: Strange table errors..

2004-05-24 Thread Gerald Richter
> > I have this file: > > > > Running embpexec.pl or through the webserver the output is: > > /tr/table > > > Is this a feature or a bug ? > Looks more like a bug Which version of Embperl you are using? If it is 2.x, can you try to put spaces between the tags? Gerald -

Re: Execute or do ?

2004-05-24 Thread Gerald Richter
Stefan Cars wrote: > Ok! THanks for that. Would there be any advantage performance-wise in > placing alot of code in a perl-module instead of requiring it ? It > looks nicer and all that in a module, but performancee ? > There is no performance difference between a module and a require, actually a

Re: Multilingual support questions

2004-05-24 Thread Gerald Richter
Hi, > > I'm finally playing with [= =] , here is couple of questions/problem > reports > > 1) all translated expressions go into one Data::Dumper file, it would > be much more convenient to have one dictionary per language because > you have typically different translators for different language

Re: Execute or do ?

2004-05-24 Thread Stefan Cars
Ok! THanks for that. Would there be any advantage performance-wise in placing alot of code in a perl-module instead of requiring it ? It looks nicer and all that in a module, but performancee ? Kind Regards, Stefan Cars On Mon, 24 May 2004, Gerald Richter wrote: > Stefan Cars wrote: > > Hi! > >

Re: Execute or do ?

2004-05-24 Thread Gerald Richter
Stefan Cars wrote: > Hi! > > If I need to init some DB and stuff in each page, what is the most > efficient way todo that ? Using Execute or do's ? > do will always recompile your Perl code, while Execute will only when the code changes. If the code never changes you can also use require. In case

Strange table errors..

2004-05-24 Thread Stefan Cars
Hi! I have this file: Running embpexec.pl or through the webserver the output is: /tr/table Is this a feature or a bug ? Kind Regards, Stefan Cars - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai