Help for this page

Select Code to Download


  1. or download this
    package MyAgent;
    
    use parent 'LWP::UserAgent';
    BEGIN {LWP::UserAgent->VERSION(6.39)}
    
  2. or download this
    use LWP::UserAgent 6.39;
    use parent 'LWP::UserAgent';