Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

CGI display a gif

by indie_campbell (Novice)
on Jun 06, 2005 at 15:47 UTC ( [id://463942]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <html><head><title>Results</title></head>
    
    <tr><td><IMG SRC="cgi-bin/images/1.gif"</td></tr>
    
    </table></html>
    
  2. or download this
    use CGI;
    print "Content-type: text/html\n\n";
    ...
    
    print "<IMG SRC='cgi-bin/images/1.gif'>";
    print "</html>";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-24 04:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found