in reply to Beginning Perl & Forms - 2

the second line indicates that you have access to CGI.pm. So you have alot of power to manage html forms at your fingertips.

You should avoid using the cgi-lib functions (just leave the :standard) that is included as backwards-compatibility with the older cgi-lib.

Do some searching for CGI.pm, here is the manual CGI.pm

a simple seach here for CGI.pm should give you more than enough information to get rolling.

good luck!