Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Novice trying to find my way

by mortalhero (Novice)
on Sep 16, 2009 at 20:35 UTC ( [id://795706]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print "Content-Type: text/html\n\n";
    print "<HTML>\n";
    ...
    print "<H5>Have a nice day</H5>\n";
    print "</BODY>\n";
    print "</HTML>\n";
    
  2. or download this
    print "Content-Type: text/html\n\n";
    open HTML, "c:/mypage.htm" or die $!;
    ...
    
    }
    close HTML;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (None)
    As of 2024-04-25 01:33 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found