in reply to Display an image with a CGI program?

You may want to move your image to a different directory, then try to display it using plain HTML.

After that succeeds, you can include that HTML in your perl code.

More typically, the cgi-bin script would read the image, and render it directly, but the cgi-bin script would be called from HTML, so the image , which is dynamically generated is embedded in a web page.

     Potentia vobiscum ! (Si hoc legere scis nimium eruditionis habes)

  • Comment on Re: Display an image with a CGI program?