I am using this script to print an image using <img> tag

print "Content-type:image/gif\n\n";
@gifdata = `cat $giffile`;
print @gifdata;

The problem is that it works on unix but not on windows operating sistem

Can someone give me an altenative way to print an image without extra perl
modules ?

Thanks



Reply via email to