Help for this page
#!c:/perl/bin/perl print "Content-type: text/html\n\n"; print "<html><body><img src='test.cgi?asdf'></body></html>";
#!c:/perl/bin/perl print "Content-type: image/gif\n\n"; ... open(IMG, "packplan.gif"); print <IMG>; close(IMG);