; > I would suggest using Apache::DBI, which will take care of shareing db
> > > handles
> > >
> > > Gerald
> > >
> > >
> > > > -Original Message-
> > > > From: abhishek jain [mailto:[EMAIL PROTECTED]
> > > > S
> > Hi,
> >
> > I would suggest using Apache::DBI, which will take care of shareing db
> > handles
> >
> > Gerald
> >
> >
> > > -Original Message-
> > > From: abhishek jain [mailto:[EMAIL PROTECTED]
> > > Sent: W
process is returned to another.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
abhishek jain
Sent: January 2, 2008 2:59 PM
To: Gerald Richter - ECOS GmbH
Cc: [email protected]
Subject: Re: Re: Strange behavior in Embperl
Thanks again Gerald
are of shareing db
> handles
>
> Gerald
>
>
> > -Original Message-
> > From: abhishek jain [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, January 02, 2008 4:20 AM
> > To: Gerald Richter
> > Cc: [email protected]
> > Subject: Re: St
Hi,
I would suggest using Apache::DBI, which will take care of shareing db
handles
Gerald
> -Original Message-
> From: abhishek jain [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 02, 2008 4:20 AM
> To: Gerald Richter
> Cc: [email protected]
> Su
Hi Gerald,
Thanks it did worked , now another problem :)
At times when i click on a url running on embperl either correct page will
come, or an error message will come that "[9272]ERR: 24: Error in Perl code:
Can't call method "disconnect" on an undefined value at /home/xxx/abc.html
line xxx"
Also
> Sent: Tuesday, January 01, 2008 6:48 AM
> To: [email protected]
> Subject: Strange behavior in Embperl
>
> Hi Friends,
> I have installed embperl on my VPS and i am experiencing
> strange behavior of it.
> 1. The errors located by it is not in same line number as
&g
Hi Friends,
I have installed embperl on my VPS and i am experiencing strange behavior of
it.
1. The errors located by it is not in same line number as told by the error.
2. A very strnage behavoir is :
I have this code in executed in base.epl
--base.epl
.
[- Execute ('announcement_temp
> In the following example executing function get_alerting from
> module return
> array with 1 element and its always what must be. But the problem is that
> condition in later code (checkbox only) don't work correct. In the example
> above the result is always not checked input box when $fdat{op}
>
> [0] & 1)
> $]checked[$ endif $]> Blah-Blah
instead of that, try this:
[- if ($details->[0] & 1) { $fdat{text_mobile_alert} = 'Blah-Blah' } -]
Blah-Blah
Regards,
ilia.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addi
I use EmbedPerl with MySQL for developing. I think that there is some problem :
---
[$ if ($fdat{op} eq "tele2") $]
[- $my_details->set_alerting(\%fdat) -] [# update some field from database
#] [$ endif $]
[- $details = $my_details->get_alerting; -]
[+ $details->[0] +] [
11 matches
Mail list logo