Remember that the perl is being run server-side. It won't be able to read form values on the same page ( unlike JavaScript ). You have to submit to a cgi script, which can then read the various form values.
"Guy P" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > I've got a Perl program that create an HTML page and I would like to get in > the Perl program the value that is selected in a combo list (HTML Select > Tag). > > Thanks a lot!!! > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]