Help for this page

Select Code to Download


  1. or download this
    package cisco;
    
    ...
      return($self->{Error});
    }
    1;
    
  2. or download this
    #!/usr/bin/perl 
    
    ...
    foreach($cis->send("show bridge")) {
      print $_;
    }