Brian Volk wrote:
> Hello,
> 
>  
> 
> Is there a way to pass a variable from one program to another?  I have a
> web site that allows the user to set the time they would like to
> download a file... The program uses the Linux "at" command and launches
> another perl program that does the actual FTP download.  I would like to
> pass a parm variable (email address) from the web site, captured in the
> first perl program to the second perl program.  Is this possible?

If you can stand to temporarily store the data in a file, check out
Storable module.

Steve

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to