Help for this page

Select Code to Download


  1. or download this
    package MyUA;
    use base 'LWP::UserAgent';
    ...
      sub set_creds { $user = shift; $pass = shift; }
      sub get_basic_credentials { ($user, $pass) }
    }