Hi Monks,
I finally got the CGI::Explorer package to work. However, it is quite limited in my usage. So I have to include urls for every tree link.
I am using GET method for processing the data. I have the absolute url and I want to add variables and values to it. What is the syntax for it? Is there a simple way?
For example, say I have fruit = banana. I know I would do www.myscript.cgi?fruit=banana. But how would it work if my variables/values have any kind of characters (say %)?