PDA

View Full Version : newbie: print a logo to html page using cgi


ghostlabs
05-03-2003, 06:35 PM
how to I make a cgi script print a logo to an html page the script is editing. I need it to load that same logo each time at the top of the page it creates. I know that sounds elementary. I am handling all the work at our website, and I like a script I am using, but it does not generate a single image.

YUPAPA
05-04-2003, 12:35 AM
Hello~ :)

Do you mean you want a header and footer for your site?
The script creates the HTML page? like that?? :p


#!/usr/bin/perl
print "Content-Type: text/html\n\n";
print "HELLO! HTML BABY\n";