in reply to Send variables

Use system, exec or backticks to call the other program, and pass the values as commandline args, you can then read command line arguments in the other script. You probably don't want to get into shared variables and memory... HTH

Just a something something...