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

(jcwren) Re: CGI.PM related questions.

by jcwren (Prior)
on Jun 13, 2000 at 03:08 UTC ( [id://17808]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use CGI;
    
    ...
            print $p->p (center ($p->font ({-size=>'+7'}, "This is a test"
    +)));
            print $p->end_html;
    }
    
  2. or download this
    Content-Type: text/html
    
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
    ...
        <P><CENTER><FONT SIZE="+7">This is a test</FONT></CENTER></P>
      </BODY>
    </HTML>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-03-28 08:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found