Help for this page

Select Code to Download


  1. or download this
    use Net::Telnet();
    use strict;
    ...
    }
    
    1;
    
  2. or download this
    package L_Switch::L_Veda;
    require L_Switch;
    ...
    }
    
    1;
    
  3. or download this
    use L_Switch;
    use strict;
    ...
    my $switch = L_Switch -> new("", '127.0.0.1', "", "Veda");
    $switch -> login();
    print $switch -> getFullInfo();