I have a situation, which I had solved quite some time ago.
Unfortunately I can not recall the solution or find the
old code. So here goes:
I have a script which needs to output both html and
graphics on the same page. I am using the GD::Graph module
to create the graphic. In order to display everything with
the same script, it appears I will need to send two
content-type headers ( text/html and image/png ). How do I
do this within my cgi script?