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
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 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
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
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.
> >>
> >>
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.
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
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