Help for this page

Select Code to Download


  1. or download this
     #!/usr/bin/env perl -w -s
    use Net::Telnet ();
    
    ...
                                          @lines = $t ->cmd ('yes');
                                          print @lines;   
                                                           }
    
  2. or download this
                                          elsif($choice eq'2'){
                                          @lines =$t ->cmd ("sysconfig -r"
    +);
    ...
                                          $t ->cmd ('yes');
                                          print @lines; 
                                                             }
    
  3. or download this
                                           print "\n\n\n Entrer pour conti
    +nuer... (99 pour quitter)\n";
                                           my $exit = <>;
    ...
                                                            }
                                                 }
                                    }