http://www.perlmonks.org?node_id=696241


in reply to my image is not showing

ITMajor,

Your text/html header is incorrect. It must be something like 'image/gif' or 'image/png'.

If you must embed the image in an HTML page, you'll need to do something like:

<HTML> <BODY> Some text goes here...<br> Your image is displayed here:<br> <IMG SRC="/cgi-bin/showmetheimage.pl"> </BODY> </HTML>

You can't the mix headers for HTML and the image.


Your wish is my commandline.