Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $t->login("foo", undef);
    @lines = $t->cmd("ls");
    print @lines;
    
  2. or download this
    timed-out waiting for password prompt at ./NetTelnet_x.pl line 13
    
  3. or download this
    $t->cmd("foo");