in reply to How do I display a jpeg in perl to HTML

Images are retrieved by your browser as separate documents. You need to place a <img src="http://url.to.jpeg/goes/here.jpg"> in your document and you need to have a webserver serving that picture (you can check by pasting the URL in directly).

Have a look at how other pages on the net do it.

____________________
Jeremy
I didn't believe in evil until I dated it.