in reply to How can I use a CGI script to return an image?
And if you want that neat litte page.pl?image2 thing going then go with what xjar said, that seems to be the best.#!/usr/bin/perl use CGI img; print img{src =>"blah.gif", #or whatever the path is... height=>"400", #or whatever the height is.. width=>"200", #or whatever the width is... border=>"0", #or whatever you want your border to be... };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Answer: How can I use a CGI script to return an image?
by Fastolfe (Vicar) on Nov 10, 2000 at 19:24 UTC |