ANNOUNCE: HTTP::Webdav - Perl interface to Neon HTTP and WebDAV client library

2001-06-05 Thread Gerald Richter
This is the Perl interface to the neon HTTP and WebDAV client library. Also not strictly related to mod_perl, I think it would be interesting for the people here. It can be downloaded from ftp://ftp.dev.ecos.de/pub/perl/webdav/HTTP-Webdav-0.1.10-0.15.0.tar.gz neon has the following featur

ANNOUNCE: HTML::Embperl 1.3.3

2001-06-05 Thread Gerald Richter
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-1.3.3.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-1.3.3.tar.gz size: 345235 bytes md5: f2a4579210f7797e1ff4d756f3b7e037 Embperl 1.3.2 is current stable version and this release contains mai

Re: internal_redirect, EmbperlObject and fdat

2001-06-05 Thread Gerald Richter
>, but %fdat simply is not > being populated. > At the moment I don't see a reason why this doesn't work. Could you set EMBPERL_DEBUG to 0xf7c7cfd and send me the embperl.log file of the request ? Gerald - Gerald Richterecos elect

internal_redirect, EmbperlObject and fdat

2001-06-05 Thread Chris Strom
I'm using EmbperlObject to render a set of pages, which works quite nicely. On several of those pages, I'd like to place a PerlHandler that processes form contents prior to rendering of the EmbperlObject template. In the case that a form parameter is missing, I'd like to issue an internal_redirec

Re: Store DBIx::Recordset inside an object

2001-06-05 Thread Gerald Richter
Hi, > > I'd like to store an DBIx::Recordset typeglob inside a data object. All > methods of the object shall have access to this RS. > > I tried > > $self->{RECORDSET} = DBIx::Recordset->Setup(...) > > but it didn't work. When I use $self->{RECORDSET}, it doesn't behave > like a typeglob any

Store DBIx::Recordset inside an object

2001-06-05 Thread Jochen Lillich
Hi, I'd like to store an DBIx::Recordset typeglob inside a data object. All methods of the object shall have access to this RS. I tried $self->{RECORDSET} = DBIx::Recordset->Setup(...) but it didn't work. When I use $self->{RECORDSET}, it doesn't behave like a typeglob any more. What's