Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Connection: Keep-Alive and Perl

by dws (Chancellor)
on May 29, 2001 at 01:30 UTC ( [id://83791]=perlmeditation: 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";
  2. or download this
      print header();
  3. or download this
      binmode(STDOUT);
      $html = ...;
      print "Content-Type: text/html\r\n",
            "Content-Length: ", length($html), "\r\n\r\n",
            $html;
    
  4. or download this
      $html = ...;
      print header(-content_length => length($html)), $html;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (6)
As of 2024-03-28 22:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found