in reply to Re^4: Display an image with a CGI program?
in thread Display an image with a CGI program?

No i cannot access the image dirctly. It is picking up the particular .gif file but is showing a "X" sign.
  • Comment on Re^5: Display an image with a CGI program?

Replies are listed 'Best First'.
Re^6: Display an image with a CGI program?
by Corion (Patriarch) on Mar 14, 2011 at 11:21 UTC

    If you cannot access the image directly, first debug that. See Display an image with a CGI program? and the replies to it. Also look in your webserver error log. If you cannot access http://wherever.example/yourapp/image.gif , that is a webserver configuration issue and has nothing to do with Perl.