in reply to how to store the value of javascript variable to perl variable

anbutechie:

If you just need to do it when you send your form back, create a hidden text field in your form, and stuff the value into it. Then your perl code can read it from the text box.

...roboticus
  • Comment on Re: how to store the value of javascript variable to perl variable