in reply to Re: Script opening in Firefox
in thread Script opening in Firefox
Thanks for your insight. I've grown so used to programming with CGI::Application (which takes care of headers) that I didn't even think about sending headers in this script that doesn't use CGI::App.
Adding print header fixed things. =)