Re: Perl to work like Java

2002-03-04 Thread Jenda Krynicky
From: Michael Kelly <[EMAIL PROTECTED]> > On 3/3/02 6:36 PM, Daniel Falkenberg <[EMAIL PROTECTED]> wrote: > > > Leon, > > > > Yes that is easy enough but can I do this with out the page having > > to have to be refreshed? I would essentially like it to work > > exactly like J

Re: Perl to work like Java

2002-03-03 Thread Michael Kelly
On 3/3/02 6:36 PM, Daniel Falkenberg <[EMAIL PROTECTED]> wrote: > Leon, > > Yes that is easy enough but can I do this with out the page having to > have to be refreshed? I would essentially like it to work exactly like > Java does. > Thx, > > Dan Nope. (That is, assuming that by "java" you me

RE: Perl to work like Java

2002-03-03 Thread Daniel Falkenberg
Gawler SA 5118 == -Original Message- From: Gabby Dizon [mailto:[EMAIL PROTECTED]] Sent: Monday, 4 March 2002 1:53 PM To: Daniel Falkenberg Cc: [EMAIL PROTECTED] Subject: Re: Perl to work like Java Hi Daniel, perhaps you mean javascript? to answer your que

Re: Perl to work like Java

2002-03-03 Thread Gabby Dizon
esday, 5 March 2002 4:31 AM To: [EMAIL PROTECTED] Subject: Re: Perl to work like Java Yes it is possible. The forms will be sent to the script which then process the inputs. - Original Message - From: "Daniel Falkenberg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sen

RE: Perl to work like Java

2002-03-03 Thread Daniel Falkenberg
] Subject: Re: Perl to work like Java Yes it is possible. The forms will be sent to the script which then process the inputs. - Original Message - From: "Daniel Falkenberg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 03, 2002 5:44 PM Subject: Perl t

Re: Perl to work like Java

2002-03-03 Thread Leon
Yes it is possible. The forms will be sent to the script which then process the inputs. - Original Message - From: "Daniel Falkenberg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 03, 2002 5:44 PM Subject: Perl to work like Java Hey all, I ne

Perl to work like Java

2002-03-03 Thread Daniel Falkenberg
Hey all, I need a Perl script to be able to have a user fill out an online form. Now this is easy enough but what I want is the user to check a couple of checkboxes and then have the script go and do something like a calculation. Can this be done using perl or do I have to use Java? Also I would