Help for this page

Select Code to Download


  1. or download this
    use Net::Telnet();
    package Switch;
    ...
    }
    
    1;
    
  2. or download this
    use Switch;
    use strict;
    use warnings;
    my $switch = Switch -> new();