javascript to cgi param


G

George Mpouras

I want to make something using the CGI module.There are some javascript user
clickable widgets I would like to use. Do you know any way to grub their
values and use them as $cgi->param('something') ?
 
Ad

Advertisements

J

Jürgen Exner

George Mpouras said:
I want to make something using the CGI module.There are some javascript user
clickable widgets I would like to use. Do you know any way to grub their
values and use them as $cgi->param('something') ?

No,there isn't unless those javascript user clickable widgets do http
get or http post and include their values in those get or post requests.
And if they do then from a Perl perspective they are no different than
any other parameter in a get or post.

jue
 
Ad

Advertisements


Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top