I'm not sure, however I put the script mods in that you suggested, and
my $output is the word "SCRIPT", I would like clarification on line 2 if
you would please?
>my $output = join("", SCRIPT);

Sincerely in Christ,
Mark-Nathaniel Weisman
President / Owner
Outland Domain Group
Anchorage, Alaska



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Sent: Friday, October 24, 2003 12:08 AM
To: Mark Weisman; [EMAIL PROTECTED]
Subject: RE: Passing and returning values from another script?


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

 


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

Reply via email to