Re[2]: Two frame application

2001-09-03 Thread Lukas Zapletal
Hello Luiz, Monday, September 03, 2001, 3:25:38 PM, you wrote: LFBR> Olá lukas, Olá LFBR> If you put the $req stuff into [!!] block it will be executed just the LFBR> first time the page is loaded. Hmmm either in CGI mode? Regards Lukas Zapletal [[EMAIL PROTECTED]] web programmer Bach

Re: self-JOIN with DBIx

2001-09-03 Thread Jochen Lillich
Gerald Richter schrieb am Fri, 31 Aug 2001 21:03:39 +0200: >> SELECT ... FROM forumcomment start, forumcomment thread > What does "forumcomment start" mean. I guess "start" is your table name, but > what is "forumcomment" ? Sorry, never seen this SQL syntax before. This is normal SQL. "forummco

Re: Two frame application

2001-09-03 Thread Luiz Fernando B. Ribeiro
Olá lukas, Reply: LZ> I have these files: LZ> /constants.epl LZ> /topbar/base.epl LZ> /main/base.epl LZ> constants.epl: LZ> [! LZ> use Carp; LZ> $req = shift; LZ> $req->{appname} = "test app"; LZ> !] LZ> I need to execute constants in both bases. Execute('../

Re(2): self-JOIN with DBIx

2001-09-03 Thread mailing list
Gerald, The original poster used 'start' as an alias of 'forumcomment' table and 'thread' as an alias of another 'forumcomment' table. [EMAIL PROTECTED] writes: >Which database you are using ? >> >> SELECT ... FROM forumcomment start, forumcomment thread > >What does "forumcomment start

Re: outside of table

2001-09-03 Thread Lukas Zapletal
LZ> [269]ERR: 21: Line 15: outside of table LZ> [269]ERR: 45: Line 15: Unclosed HTML tag at end of file I have to be blind ;-) Of course Embperl was right... Regards Lukas Zapletal [[EMAIL PROTECTED]] web programmer Bach systems Ltd., Czech Republic --- PGP FINGERPRINT -

outside of table

2001-09-03 Thread Lukas Zapletal
Hello EmbPerl, My Embperl is reporting this: [269]ERR: 21: Line 15: outside of table [269]ERR: 45: Line 15: Unclosed HTML tag at end of file but it is not true, the tag is NOT outside the table. What can I do? Regards Lukas Zapletal [[EMAIL PROTECTED]] web programmer Bach systems Lt

Re: so whats different about Inline????

2001-09-03 Thread Gerald Richter
Hi, I don't have used Inline so far. What comes to my mind is, that Inline creates some helperfiles in the filesystem (it has to compile your C code to a library and load it afterwards). Maybe there is a problem with file permission, so these files can't be read. When running under Apache you acc

Re: Two frame application

2001-09-03 Thread Gerald Richter
> > I have these files: > > /constants.epl > /topbar/base.epl > /main/base.epl > > constants.epl: > [! > use Carp; > > $req = shift; > $req->{appname} = "test app"; > !] > > > I need to execute constants in both bases. Execute('../constants.epl') doesn`t > work. How can I d

Re: Two frame application

2001-09-03 Thread andrewo
On Mon, Sep 03, 2001 at 09:14:30AM +0200, Lukas Zapletal wrote: EMBPERL_OBJECT_ADDPATH is your friend. It is *always* added to the searchpath. I usually have something like this: EMBPERL_OBJECT_STOPDIR=/your/www/root EMBPERL_OBJECT_ADDPATH=/your/www/root/defaults So something like: /your/www/