Help for this page

Select Code to Download


  1. or download this
    sub socket_class
    {
        my $self = shift;
        (ref($self) || $self) . "::Socket";
    }
    
  2. or download this
    package MyHttp;
    sub socket_class { "LWP::Protocol::http::Socket" }