in reply to Passing values between different scripts

Write the array into a file, read it in the second script and output the comparison there.

Or convert the second script to a module and use it in the first script.

  • Comment on Re: Passing values between different scripts

Replies are listed 'Best First'.
Re^2: Passing values between different scripts
by ajguitarmaniac (Sexton) on Dec 28, 2010 at 15:45 UTC

    Thank you Corion. Two working options. I'm gonna try out and learn both. Thanks a lot. I'm very happy :-)