in reply to HTML popup menus

Look into CGI.pm. It handles all input from the user. It's distributed with Perl itself

Jouke Visser, Perl 'Adept'

Replies are listed 'Best First'.
RE: Re: HTML popup menus
by acid06 (Friar) on Sep 23, 2000 at 22:15 UTC
    Yes, CGI.pm would be the best solution. I don't post the entire code for doing this here because it's just too easy.