in reply to Re: problem with CGI
in thread problem with CGI

thank you,

could I use as value1 perl variable e.g. $test?
because this variable stores value of IP address which I want to display. if no how could I do this?

thanks

Replies are listed 'Best First'.
Re: Re: Re: problem with CGI
by kutsu (Priest) on Sep 30, 2003 at 17:53 UTC

    b1rd you could easily pass $test, if you want everyone to see it like this:

    print "<a href=\'http://www.foobar.com?${test}\'>\n";

    but I would recommend you read Ovid's course and esp. Part 4 which talks about encription.

    Update: Changed & to ?

    "Pain is weakness leaving the body, I find myself in pain everyday" -me