I am a beginner in Perl. Can anyone show me a few lines of sample code on how to store the value of a text box in a perl variable? I want to store the value the user entered in a form in a Perl variable after he clicks on the submit button (assuming my page submits to a perl script).

Any help will be appreciated! Thanks!