in reply to Re^13: Not able to display an image in perl CGI
in thread Not able to display an image in perl CGI

So how can i include images in CGI programming.

If you want to serve them through CGI, this works ... although why it doesn't work on your tomcat is a mystery (tomcat mystery)

If you want to serve html and just link the images, this works provided the link to the image is correct, most webservers won't serve static files from cgi-bin like this error tells you. So to get this approach working put it someplace the webserver is configured to serve static files (tomcat config stuff)

The other stuff in your question I can't decipher, sorry

checklists :) Basic debugging checklist , brian's Guide to Solving Any Perl Problem, CGI Help Guide , Troubleshooting Perl CGI scripts

  • Comment on Re^14: Not able to display an image in perl CGI