Help for this page

Select Code to Download


  1. or download this
    my ($_username, $_password);
    
    ...
        # ...
        bless $self;
    }
    
  2. or download this
    sub SOAP::Transport::HTTP::Client::get_basic_credentials {
        return $_username => $_password;
    }