Hi All,
I am new to CGI programming. I have a webpage with some links and I want these links to run a CGI script in my server so that the appropriate pages are loaded. In other words I want to pass the name of the link as parameter to the CGI script I am calling with the link. Can anyone tell me how can I do it as $ENV{'QUERY_STRING'} is returning me null.