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;