hello perl monks,
I want search box value to be past to cgi script line.
For exempale if you write search box Australia . I want this value to change in cgi script I wrote .Please help
How can I pass the search box value ($SEARCH) to cgi script each time someone write something diferent ?
print "Content-type: text/html\n\n";
$url= 'http://www.m54x2.com/$SEARCH';