- 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
- or download this
use composition -new =>
LWP::UserAgent =>
...
# LWP::UserAgent::Powerfull was autogenerated
# LWP::UserAgent::Powerfull->new() creates useragent with all supporte
+d options