Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

SSL & POCO::CLIENT::HTTP

by avo (Pilgrim)
on Jun 07, 2008 at 11:40 UTC ( [id://690826]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use POE;
    ...
                      );
    
    $poe_kernel->run();
    
  2. or download this
    $VAR1 = bless( {
                     '_content' => '<html>
    ...
                                            '_method' => 'GET'
                                          }, 'HTTP::Request' )
                   }, 'HTTP::Response' );
    
  3. or download this
    use LWP;
      my $url = 'https://www.tabonline.co.za/';   
    ...
       
       
    print $response->content;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-20 01:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found