Re: least suprise (was: Re: File Handles)

2002-01-01 Thread Ruben Safir
And I'm not sure why I needed only one slash Ruben >> >>Which part of [- $escmode=0 -] did I miss? >>I finally just hacked \ into it. >>But that leaves my head scratching. >> >>It's been a while since I've done some embperl hacking, but I never remember it doing >>anythign this wierd. >> >>I'm

Re: least suprise (was: Re: File Handles)

2002-01-01 Thread Ruben Safir
I have another puzzle in this line of events. It's very confusing. On this code here I'm having trouble [- use ANNOUNCESUBMIT; $vb = ANNOUNCESUBMIT->new(); $escmode = 0; use Text::Wrap; $Text::Wrap::columns = 4500; -] [- $data = $vb->current -] [$ FOREACH $tmp @$data $] [+ $$t

DBIx::Recordset and non-field fields

2002-01-01 Thread Angus Lees
DBIx::Recordset seems to be a little overzealous when fully-qualifying column names: *set = DBIx::Recordset->Setup({'!DataSource' => 'whirlwind', '!Table' => 'orders', '!LinkName' => 2, '!Fields' => 'id, client, titl

Re: session & MD5

2002-01-01 Thread Angus Lees
On Sun, Dec 30, 2001 at 11:28:42PM -0500, Dimitri Ostapenko wrote: > [Sun Dec 30 23:18:39 2001] [error] Can't locate object method "hexhash" via > package "MD5" (perhaps you forgot to load "MD5"?) at > /usr/lib/perl5/site_perl/5.6.1/i386-linux/HTML/Embperl.pm line 1771. > > I have installed bot

least suprise (was: Re: File Handles)

2002-01-01 Thread Angus Lees
On Tue, Jan 01, 2002 at 12:36:10PM -0500, Ruben Safir wrote: > On 2002.01.01 11:56:20 -0500 David Lloyd wrote: > >>> How did we get a file into an html page prior to [- Execute ('header.txt') -] > >> > >>I think that Embperl can bugger up spaceship operators and filehandle > >>operators. > >> > >>

Re: Apache

2002-01-01 Thread Randy Kobes
On Mon, 31 Dec 2001, lilianne dupuis wrote: > Happy new year ! > > Please, I would want to know how to configure Apache to get > it work on Windows XP. When I start Apache, a console window > appear very breefly and disapear. Is there parameters to set > in httpd.conf ? Which ? > > Thank you all.

Re: File Handles

2002-01-01 Thread Ruben Safir
Yeah I think your probibly right. I'll look at that. Ruben On 2002.01.01 11:56:20 -0500 David Lloyd wrote: >> >>Ruben! >> >>> How did we get a file into an html page prior to [- Execute ('header.txt') -] >>> >>> I tried [- @headers = -] >>> >>> and that failed. >> >>I think that Embperl ca

Re: File Handles

2002-01-01 Thread David Lloyd
Ruben! > How did we get a file into an html page prior to [- Execute ('header.txt') -] > > I tried [- @headers = -] > > and that failed. I think that Embperl can bugger up spaceship operators and filehandle operators. See if you can try: [- @headers= h; -] (last time I looked it tends