Hi there, fairly new at perl.
Trying to call a perl script with paramaters being passed in. I want to pass two values into a perl script from the browser.
The reading I have done has told me to use a form with a submit buttong, however, I don't want to use a "submit" button.
I want to use a normal link that points to a href=
How do I properly pass in the paramaters, and how do I retreive and use them in the subsequent "perlscript.pl" script.
Thanks in advance.
Trying to call a perl script with paramaters being passed in. I want to pass two values into a perl script from the browser.
The reading I have done has told me to use a form with a submit buttong, however, I don't want to use a "submit" button.
I want to use a normal link that points to a href=
How do I properly pass in the paramaters, and how do I retreive and use them in the subsequent "perlscript.pl" script.
Thanks in advance.