Yes. The script would be called from the open window. If you use the print <<HTML; or just print commands from perl, it creates a new window. How do I direct it to write to an already open window/page? More specifically, how do I get write to a specific area of a page?
On this open page, it will ask a series of questions. I would like the answers/output to be written to the open page. I did not really want to re-create the page each time.
Rick