I believe all that should work for ya! Enjoy! :-)#!/usr/bin/perl -w use DBI; use CGI; print "Content-type: text/html\n\n"; $filename = "./test.png"; $html = qq{<html><body>}; $html .= qq{<img src="$filename" width="300" height="300">}; print $html;
In reply to Re: Images
by donniejones18
in thread Images
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |