> "James" == James Kipp <[EMAIL PROTECTED]> writes:
James> or use a hidden param in a form:
James> print qq(
James> http://yourhost/another.cgi";>
James>
James>
James>
James> );
No, no, no. You aren't encoding it properly. THere's already stuff
in CGI.pm to do this for you properly.
> $username = param('username');
> $lastname = param('lastname');
>
> my question is, how can i use that two variable to another script
> open by this command:
>
> system('sudo', '-u', 'www', '/path/to/anotherscript.pl');
>
> Is that possible?
You could redirect to another url:
print $q->redi
Hi all,
I have a question. From a web form, i pass the info to a cgi script.
i have this variable on the script:
$username = param('username');
$lastname = param('lastname');
my question is, how can i use that two variable to another script
open by this command:
system('sudo', '-u', 'www', '/
On Thu, 6 Feb 2003 13:59:51 +0800, "Glynn S. Condez" <[EMAIL PROTECTED]>
wrote:
> Hi all,
>
> I have a question. From a web form, i pass the info to a cgi script.
>
> i have this variable on the script:
>
> $username = param('username');
> $las
Hi all,
I have a question. From a web form, i pass the info to a cgi script.
i have this variable on the script:
$username = param('username');
$lastname = param('lastname');
my question is, how can i use that two variable to another script
open by this command:
system('sudo', '-u', 'www', '/