in reply to How to pass html text field value to perl variable

HTML doesn't support Perl variables, so you can't do that.

You can either user Javascript to achieve something similar, or tell us what you actually want to achieve in the end, maybe there's a better solution.

  • Comment on Re: How to pass html text field value to perl variable