HTML File:
<img src="image.pl">
image.pl:
#!/usr/bin/perl -wT use strict; open(IMAGE, "x.gif") || error_stuff(); print "Content-type: image/gif\n\n" . <IMAGE>; close(IMAGE);
Is there a better way to do this?
Thanks
Joshua
In reply to Printing an Image From a File to the Browser... by joshua
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |