Help for this page

Select Code to Download


  1. or download this
    use composition LWP::UserAgent             =>
                    LWP::UserAgent::Proxified  =>
    ...
                    LWP::UserAgent::Cached;
    
    # now LWP::UserAgent::Cached->new() creates useragent with all support
    +ed options
    
  2. or download this
    use composition -new                       =>
                    LWP::UserAgent             =>
    ...
    
    # LWP::UserAgent::Powerfull was autogenerated
    # LWP::UserAgent::Powerfull->new() creates useragent with all supporte
    +d options