I want to know that how to do this?:
with Normal $ENV{'QUERY_STRING'} we can show only 1 thing!
like page.cgi?Hello
so, it will Display Hello!
But i want to show 2 things
like page.cgi?name=Brett&age=18
so, how it will display that:
Your Name is: Brett
and Age is: 18?
Please Help,.. i m stukk in this!