|
|
| There's more than one way to do things | |
| PerlMonks |
RE: World's Smallest Gifby Chris (Novice) |
| on Apr 21, 2000 at 19:54 UTC ( [id://8567]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
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
Cool Uses for Perl
|
|
||||||||||||||||||||||||