I've read a few questions relating to this subject but the answers haven't really anwered my particular question.
I have a login form written in Perl which calls itself on submit to either re-display the form with an error message or do something else. I want the 'do something else' to output a static html page in another frame. I have tried many variations on this code but the page always appears in the same frame. I got the impression from another question that this may not even be possible in Perl. Can anyone help?(code snippet below)