I m new to perl and cgi and I have been trying to add an image to my web page but the image doesnt appear.I have tried to change the file permission too and that didnt work either.
Following is what i'm using.
$cgi->img(-src=>'http://localhost/cgi-bin/pics/PD4.jpg',-width=> '82', -height=> '82');