You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by "Thompson, John" <jt...@midwestern.edu> on 2009/05/20 23:39:00 UTC

%fdat for select w/ multiple values

I would like to know how Embperl stores the data if multiple values are
selected. For instance if you have selected multiple values from a
select box what does the %fdat hash look like? I'm not able to test this
(we don't have Embperl installed as our handler) so I was wondering if
someone could tell me. Thank you.

 

John Thompson

Administrative Systems Integration Specialist

Midwestern University

19555 N 59th Avenue

Glendale, AZ 85308

T 623-572-3303

F 623-572-3292

 


RE: %fdat for select w/ multiple values

Posted by Ragnar Hakonarson <ra...@signal.bz>.
Hi Everyone,

We have been using embperl since 1999 and use it in medium to large sites
and, as mentioned, it works wonderfully. Sadly though, I have to agree with
what has been stated. We do stick to embperl for now where we have used it
but have started investigating possible alternatives and Catalyst seems to
be the preferred option, at least for us.

We do however not intend to use embperl in any new developments.

I do still hope that work on embperl will recommence as it would be such
waist not to.

Regards,
Ragnar Hakonarson
Signal IT

-----Original Message-----
From: Dirk Melchers [mailto:melchers@nureg.de] 
Sent: 21 May 2009 22:36
To: embperl@perl.apache.org
Subject: Re: %fdat for select w/ multiple values

Hi list,


Am 21.05.2009 um 17:42 schrieb Williams, David G. (HQ-JF000)[INDYNE  
INC]:

>
> I second Michael's warning.  Don't go there.
>



Yes, at the moment, I would agree to your opinion.

We use embperl for some big sites and it works perfect, but embperl  
development has stopped. At the moment, we are looking at Catalyst -  
looks like an interesting system...

Some times ago, someone on the list tried to start something for more  
development - but no one seemed to be interested in doing the  
work... :-)



With best regards,

Dirk Melchers
/// IT/Software-Entwicklung ///

-- 
NUREG GmbH ///
Dorfäckerstraße 31 | 90427 Nürnberg | Germany
Tel. +49-911-32002-256 | Fax +49-911-32002-299
Mobil +49-172-9354670 | www.nureg.de
Nürnberg HRB 22653 | USt.ID DE 814 685 653
Geschäftsführer: Michael Schmidt, Stefan Boas




---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


Re: %fdat for select w/ multiple values

Posted by Dirk Melchers <me...@nureg.de>.
Hi list,


Am 21.05.2009 um 17:42 schrieb Williams, David G. (HQ-JF000)[INDYNE  
INC]:

>
> I second Michael's warning.  Don't go there.
>



Yes, at the moment, I would agree to your opinion.

We use embperl for some big sites and it works perfect, but embperl  
development has stopped. At the moment, we are looking at Catalyst -  
looks like an interesting system...

Some times ago, someone on the list tried to start something for more  
development - but no one seemed to be interested in doing the  
work... :-)



With best regards,

Dirk Melchers
/// IT/Software-Entwicklung ///

-- 
NUREG GmbH ///
Dorfäckerstraße 31 | 90427 Nürnberg | Germany
Tel. +49-911-32002-256 | Fax +49-911-32002-299
Mobil +49-172-9354670 | www.nureg.de
Nürnberg HRB 22653 | USt.ID DE 814 685 653
Geschäftsführer: Michael Schmidt, Stefan Boas




---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


RE: %fdat for select w/ multiple values

Posted by "Williams, David G. (HQ-JF000)[INDYNE INC]" <da...@nasa.gov>.
 
I second Michael's warning.  Don't go there.


-----Original Message-----
From: Michael Smith [mailto:smithm@gmail.com] 
Sent: Thursday, May 21, 2009 5:44 AM
To: Thompson, John
Cc: embperl@perl.apache.org
Subject: Re: %fdat for select w/ multiple values

Hi John,

I wrote up a little demo that should help:

http://dev2.savingforchildren.co.uk/mjs/jttest.epl

A word of warning though - if you're thinking about using Embperl I'd be wary.  Much as I love it, the author isn't currently supporting it (hopefully this will change at some point), and the distribution version now needs to be patched to work properly with the latest version of CGI.pm.

Michael


On Wed, May 20, 2009 at 10:39 PM, Thompson, John <jt...@midwestern.edu> wrote:
> I would like to know how Embperl stores the data if multiple values 
> are selected. For instance if you have selected multiple values from a 
> select box what does the %fdat hash look like? I'm not able to test 
> this (we don't have Embperl installed as our handler) so I was 
> wondering if someone could tell me. Thank you.
>
>
>
> John Thompson
>
> Administrative Systems Integration Specialist
>
> Midwestern University
>
> 19555 N 59th Avenue
>
> Glendale, AZ 85308
>
> T 623-572-3303
>
> F 623-572-3292
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


Re: %fdat for select w/ multiple values

Posted by Michael Smith <sm...@gmail.com>.
Hi John,

I wrote up a little demo that should help:

http://dev2.savingforchildren.co.uk/mjs/jttest.epl

A word of warning though - if you're thinking about using Embperl I'd
be wary.  Much as I love it, the author isn't currently supporting it
(hopefully this will change at some point), and the distribution
version now needs to be patched to work properly with the latest
version of CGI.pm.

Michael


On Wed, May 20, 2009 at 10:39 PM, Thompson, John <jt...@midwestern.edu> wrote:
> I would like to know how Embperl stores the data if multiple values are
> selected. For instance if you have selected multiple values from a select
> box what does the %fdat hash look like? I’m not able to test this (we don’t
> have Embperl installed as our handler) so I was wondering if someone could
> tell me. Thank you.
>
>
>
> John Thompson
>
> Administrative Systems Integration Specialist
>
> Midwestern University
>
> 19555 N 59th Avenue
>
> Glendale, AZ 85308
>
> T 623-572-3303
>
> F 623-572-3292
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org