in reply to Any idea to let Perl form data and scalar work in same page?

What tutorial are you reading?

You should keep using param() instead of $formdata

For form input to persist between page/loads , you have to save it, or resend it

What are you trying to accomplish, maybe you want to use one of Mojolicious or Dancer or Catalyst::Manual::Tutorial...

  • Comment on Re: Any idea to let Perl form data and scalar work in same page?