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

Can you access the image directly, without your script?

Read the thread you replied to, as it contains the answer to your question.

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

Replies are listed 'Best First'.
Re^5: Display an image with a CGI program?
by Anonymous Monk on Mar 14, 2011 at 11:13 UTC
    No i cannot access the image dirctly. It is picking up the particular .gif file but is showing a "X" sign.

      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.