in reply to Re: Re: Passing a form parm and a url reference to a different script
in thread Passing a form parm and a url reference to a different script

hidden form elements are simply not shown to the user although he can open the source and find them. You can use them like nomal <input>-field except that their type=hidden.
The normal and less dangerous way is to save the data you've got (maybe into a database (mark the entry it temporary) or a temporary file) and reread the data in the second script.

-- package Lizard::King; sub can { do { 'anything'} };
TomK32 - just a geek trying to change the world