use strict; use CGI; my $q = CGI->new(); { local *IMAGE; open(IMAGE, $q->param('image')) || die "Can't open: $!"; binmode(STDOUT); print while <IMAGE>; close IMAGE; }
In reply to (chromatic) RE: Re: Mixing HTML and GIF
by chromatic
in thread Mixing HTML and GIF
by mt2k
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |