#!/usr/bin/perl $size = 1024; print "Content-type: Image/jpeg\n"; print "Content-length: $size\n\n"; read(DATA,$image,$size); print $image; __DATA__
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Image __DATA__
by merlyn (Sage) on Mar 15, 2001 at 20:02 UTC | |
by Beatnik (Parson) on Mar 15, 2001 at 22:15 UTC | |
Re: Image __DATA__
by extremely (Priest) on Mar 15, 2001 at 22:04 UTC | |
by Beatnik (Parson) on Mar 15, 2001 at 22:20 UTC | |
by extremely (Priest) on Mar 15, 2001 at 23:17 UTC |