in reply to Displaying randomly created png's in HTML
HTH#!/usr/bin/perl -w print "Content-type: text/html\n\n"; print<<HTML; <html><head><title>testing more</title></head> <body bgcolor=#ffffff> <center> <img src='gd1.pl' height=100 width=100> </center> </body> </html> HTML
|
|---|