On Tue, 30 Apr 2002 12:47:11 -0500 "Rob" <[EMAIL PROTECTED]> wrote:
> When executing a child script from a parent script using the system command, > is there a way to allow the child script to recognize the variables declared > by the parent script? > > In other words, can you replicate the export functionality of a UNIX shell > script using PERL? You can always set enviromental variables, just like a shell. However, depending on the application this can cause some pretty serious security issues. --------------------------------- Frank Wiles <[EMAIL PROTECTED]> Revolution Systems, LLC. --------------------------------- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
