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', '/path/to/anotherscript.pl');

Is that possible?

TIA
--- Glynn ---


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to