Help for this page

Select Code to Download


  1. or download this
    use composition LWP::UserAgent             => 
                    LWP::UserAgent::Determined => 
    ...
    }
    
    print_isa('LWP::UserAgent::Super');
    
  2. or download this
    LWP::UserAgent::Super
            LWP::UserAgent::Cached
                    LWP::UserAgent::Determined
                            LWP::UserAgent
                                    LWP::MemberMixin