in reply to Re^2: CGI 'start_html' not printing opening <body> or <html>
in thread CGI 'start_html' not printing opening <body> or <html>
Fixed it. Sloppy code in my 'style()' sub. I was making another call to $q-> new CGI; when I didn't need it. I removed the external subroutine all together and placed 'sub style()' in the main program. Works fine.