I'm not sure but
 
open (SCRIPT, "./scriptname.pl password|");
my $output = join("", SCRIPT);
close SCRIPT
 
shall work;

-----Original Message-----
From: Mark Weisman [mailto:[EMAIL PROTECTED]
Sent: Friday, October 24, 2003 9:53 AM
To: [EMAIL PROTECTED]
Subject: Passing and returning values from another script?


 

I would like to encrypt textbox provided passwords. I have a script that I
found on the web, and it asks that I call the script and provide the word
afterwards (i.e. ./scriptname.pl password). The script then provides me the
encrypted password to the screen. I am wondering how I can pass that
password to the script, and get the output value back into my other script?
Can someone help?

 

Sincerely in Christ,

Mark-Nathaniel Weisman

President / Owner

Outland Domain Group

Anchorage, Alaska

 

<<attachment: image001.gif>>

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

Reply via email to