zartoz has asked for the wisdom of the Perl Monks concerning the following question:

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';
  • Comment on How to pass search box value to script?

Replies are listed 'Best First'.
Re: How to pass search box value to script?
by cLive ;-) (Prior) on Oct 09, 2002 at 02:44 UTC
    Looks like you could do with a tutorial - try Ovid's

    cLive ;-)

    --
    seek(JOB,$$LA,0);

Re: How to pass search box value to script?
by rbi (Monk) on Oct 09, 2002 at 08:22 UTC