Help for this page

Select Code to Download


  1. or download this
    sub new{
      my ($class, $logname) = @_;
    ...
      open   $self->{LOGFH}, ">>", $logname or die "Could not append to $l
    +ogname : $!";
      return $self;
    }
    
  2. or download this
      my $cisco = cisco::->new();
      $cisco->login_auth();