> "Dan" == Dan Muey <[EMAIL PROTECTED]> writes:
Dan> $gif_guts = `cat $html_code | translator_prog`;
... which of course if this had been a post in comp.unix.shell,
would have been labeled a "useless use of cat". :)
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0
You could use one of several image modules at cpan.
See their pages for specifics. Or If you had say $html_code
and wanted it to be a gif you could use an external program to
Modify it. I use this tactic to make pdfs out of html.
$gif_guts = `cat $html_code | translator_prog`;
print "Content-ty