If you dislike to see the passed parameters in the URL, you have to use the POST method instead of GET. If you want to pass "invisible" data between scripts you can store this data in a temporary file and pass the filename to the other script, or you use a database backend. Of course there are a lot of modules on CPAN concerning session-handling.
neniro
Comment on Re: Passing cgi parameters from external script
Well, I'm using cgi::session right now. I was just looking for a way to directly call a script from the external script and pass parameters without using any type of form input data.