http://qs321.pair.com?node_id=255181


in reply to Re: Perl output to new browser window?
in thread Perl output to new browser window?

The key line there is start_form(-target=>'answer'). The 'target' attribute tells the browser which window to display the response in. If a window with the specified name doesn't exist, a new window will be created.

90% of every Perl application is already written.
dragonchild