in reply to Re: Passing data from script to script.
in thread Passing data from script to script.

This is correct. But, if you want to pass a lot of things between CGIs, you'll probably be better off passing a session identifier between scripts and storing the values in a database.
  • Comment on Re^2: Passing data from script to script.