Re: debian package news (was: make test error)

2002-10-03 Thread Angus Lees
At Wed, 2 Oct 2002 14:41:25 +0200, Andre Landwehr wrote: > On Wed, Oct 02, 2002 at 10:27:03PM +1000, Angus Lees wrote: > > >ftp://ftp.debian.org/debian/pool/main/libd/libdbix-recordset-perl/libdbix-recordset-perl_0.24-4.diff.gz > > something in that patch broke the PrevNextForm. It does not > d

Re: PrevNextForm problem

2002-10-03 Thread Gerald Richter
> [+$set->PrevNextForm ({-prev=>'<'Next>>'}, \%fdat)+] > > When I click the next button the same page appears again, why? > I use DBIx::Recordset version 0.24 (from debian package) > That a problem with escaping and Embperl 2. You need the following patch to DBIx::Recordset --- Recordset.pm 2002

Re: Apache::src not available during Embperl Install

2002-10-03 Thread Gerald Richter
> > So...what is the interim fix. > Oops, I though you have solved it by modifing the INC path. Seems like I have misunderstood you... > > Gerald, could you list (for arelative newbie) what has to be done, in which > files, to get Embperl 2.08B installed in this environment. > I have to in

Re: [$ return ... $]

2002-10-03 Thread Gerald Richter
Hi! > > Why is there no [$ return $] ? > At least it's on the todo list You can do something like [$sub foo $] [- $_[0] = $return_that_value -] [$endsub$] [- # data will be returnd in $retdata foo($retdata) ; -] Gerald -

Re: Session support

2002-10-03 Thread Gerald Richter
> > But another thing re sessions. I'm thinking about adding an "updated" column > and a trigger or something to be able to clean out old unused sessions. > > Or does Apache::Session(X) magically keep track of them? > Not yet, also I would like to see the Apache::SessionX does keep track of updat

Re: utf-8 in 1.3.x

2002-10-03 Thread Gerald Richter
> At 5:26 AM +0200 9/28/02, Gerald Richter wrote: > > > Is there anyway to get proper escaping of strings when I'm using > >> UTF-8 encoding? Right now I print them with my own subroutine which > >> sets $escmode to 0 and then escapes <>&. > > > >Compiling Embperl with epchar.c.min instead o

Embperl and Expect.pm

2002-10-03 Thread Webb, Trey
Hello,       Has anyone had any luck getting Expect.pm to work with Embperl? What I am trying to do is execute a perl script that uses expect.pm from aweb-page. Apparently STDIN is not there so the script times out waiting for a prompt from the device I am trying to log into. The

Re: problem with %udat

2002-10-03 Thread Michael Boudreau
At 10/2/02 10:37 PM, Noel wrote: >Can you post the EMBPERL_SESSION_* settings from your config! I don't have any. According to the Embperl documentation on "Session handling": "If you have Apache::SessionX installed, you don't have to make additional configuration." Is the documentation wrong