Re: Embedded EmbperlObject::Execute problem

2001-07-09 Thread Gerald Richter
> > I'm using these quite differently though - my include Executes are > typically simple and never use the EMBPERL_OBJECT* parameters - they > feel like Embperl::Executes within an EmbperlObject search path context. > My 'new' request, on the other hand, is setting all the EMBPERL_OBJECT > parame

ANNOUNCE: DBIx::Recordset 0.24

2001-07-09 Thread Gerald Richter
The URL ftp://ftp.dev.ecos.de/pub/perl/dbi/DBIx-Recordset-0.24.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/DBIx-Recordset-0.24.tar.gz size: 92611 bytes md5: 76835b342ac63d731a4eb9529613ee99 DBIx::Recordset is a perl module for abstraction and simplification of da

Re: Embedded EmbperlObject::Execute problem

2001-07-09 Thread Gavin Carr
On Mon, Jul 09, 2001 at 12:22:10PM +0200, Gerald Richter wrote: > > If that's correct, then I was thinking of my embedded > > EmbperlObject::Execute as a (logical) new request, and expecting that > > $req would be empty like it is if I access that page directly. > > How should Embperl determinate

Re: ANNOUNCE: HTML::Embperl 2.0b3

2001-07-09 Thread paul
"Gerald Richter" <[EMAIL PROTECTED]> wrote: > The third beta of Embperl 2.0 is now available from > ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-2.0b3.tar.gz I got the following errors during make on Linux 2.2.12-20 (Red Hat 6.1):- /usr/bin/perl -I/usr/lib/perl5/5.00503/i386-linux -I/us

Re: ANNOUNCE: HTML::Embperl 2.0b3

2001-07-09 Thread Gerald Richter
> /usr/bin/pod2man: Invalid man page - 1st pod line is not NAME in IntroD.pod > Couldn't install blib/man3/HTML::Embperl::IntroD.3 That are only warnings about the docs, but perldoc foo for example perldoc HTML::Embperl::IntroD will still work. So nothing to worry about. I try to fix this in

Re: EmbperlObject

2001-07-09 Thread Wim Kerkhoff
Jack Cushman wrote: > > Is there a preferred way of excluding certain files from EmbperlObject > processing? The problem is, for certain popup windows I don't want the > header and footer to show up. The best I can think of is to put them all in > a /popup directory with blank header.ht and foote

EmbperlObject

2001-07-09 Thread Jack Cushman
Is there a preferred way of excluding certain files from EmbperlObject processing? The problem is, for certain popup windows I don't want the header and footer to show up. The best I can think of is to put them all in a /popup directory with blank header.ht and footer.ht. Is there a better way? T

RE: Stack underflow bug

2001-07-09 Thread Jack Cushman
I think the difference between HTML and, say, perl, is that HTML isn't so much a programming language as the input to a program. Most programs, especially ones for unskilled users, are in fact designed to handle arbitrary input without crashing; html parsers are no exception. The fact that "" thr

ANNOUNCE: HTML::Embperl 2.0b3

2001-07-09 Thread Gerald Richter
The third beta of Embperl 2.0 is now available from ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-2.0b3.tar.gz This version mainly contains bugfixes. Since the first and second beta I have fixed a lot of bugs and use it now in production environment on my own. But be carefull this relea

Re: Stack underflow bug

2001-07-09 Thread David Lloyd
Um... Write good HTML code. HTML has to be the only medium where users/programmers expect it not to crash no matter what you do... :-( - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

Re: Embedded EmbperlObject::Execute problem

2001-07-09 Thread Gerald Richter
> > Yes, they're globals, but aren't they re-initialised at the beginning > of each request? They are initialized at the beginning of each request > So that the Request object is used to pass data around > between objects in a single page, rather than between pages? Likewise > %fdat and %ENV. %u