Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: cgi.pm images

by Speedy (Monk)
on Apr 10, 2002 at 01:27 UTC ( [id://157919]=note: print w/replies, xml ) Need Help??


in reply to cgi.pm images

Another way might be to use a short "here" document in the flow of the CGI statements. For example, to put a graphic at the top, something like the example below will work. Just be sure the EOF (or whatever word you use to start and end the "here" document) starts in the first space and is immediately ended with a line feed.

#!/usr/bin/perl use CGI; use strict; use warnings; my $q=CGI->new(); print $q->header; print $q->start_html; print <<EOF; <img src="/images/logo.gif" alt="logo" border="0"> EOF [other cgi statements] print $q->end_html;

Live in the moment

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://157919]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2025-06-14 21:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.