Re: Re: Strange behavior in Embperl

2008-01-06 Thread abhishek jain
; > I would suggest using Apache::DBI, which will take care of shareing db > > > handles > > > > > > Gerald > > > > > > > > > > -Original Message- > > > > From: abhishek jain [mailto:[EMAIL PROTECTED] > > > > S

Re: Re: Strange behavior in Embperl

2008-01-02 Thread abhishek jain
> > 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

RE: Re: Strange behavior in Embperl

2008-01-02 Thread Calvin Dallimore
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

Re: Re: Strange behavior in Embperl

2008-01-02 Thread abhishek jain
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

RE: Re: Strange behavior in Embperl

2008-01-02 Thread Gerald Richter - ECOS GmbH
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

Re: Strange behavior in Embperl

2008-01-01 Thread abhishek jain
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

RE: Strange behavior in Embperl

2008-01-01 Thread Gerald Richter - ECOS GmbH
> 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

Strange behavior in Embperl

2007-12-31 Thread abhishek jain
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

RE: Strange behavior

2000-07-14 Thread Gerald Richter
> 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}

Re: Strange behavior

2000-07-10 Thread Ilia Lobsanov
> > [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

Strange behavior

2000-07-10 Thread Dimitar Peikov
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] +] [