Help for this page

Select Code to Download


  1. or download this
      $cisco->login_auth( $whatever );
    
  2. or download this
    sub login_auth{
      my ($self, $whatever) = @_;
      # Now $self contains whatever sub new() put into it.
      # and $self can be updated to include more useful things.
    }