|
|
| Keep It Simple, Stupid | |
| PerlMonks |
RE: World's Smallest Gifby Chris (Novice) |
| on Apr 21, 2000 at 23:54 UTC ( #8567=note: print w/ replies, xml ) | Need Help?? |
|
I use this same sort of thing to display images that I store as blobs in a db. basically: print "content-type:image/gif\n\n"; print $blob_data; exit;
In Section
Snippets Section
|
|
||||||||||||||||||||