Help for this page

Select Code to Download


  1. or download this
    [$VAR1 = 
    bless( {
                     '_protocol' => 'HTTP/1.1',
                     '_content' => ' ]
    
  2. or download this
    [',
                     '_rc' => 200,
                     '_headers' => bless( {
    ...
                                          }, 'HTTP::Request' )
                   }, 'HTTP::Response' );
    ]
    
  3. or download this
    
    #!Perl
    ...
    print "done\n";