in reply to Re: post url with 2 input
in thread post url with 2 input
lets say
$input1 = $cgi->param() $input2 = $cgi->param()
and i want to make url post
post => http://link.com/?num=either1 $input or $input2
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: post url with 2 input
by marto (Cardinal) on Jun 23, 2017 at 10:01 UTC |
In Section
Seekers of Perl Wisdom