Help for this page

Select Code to Download


  1. or download this
    belle (valid)
    everglades  (valid)
    hugger  (not valid)
    
  2. or download this
    my $ssh = Net::SSH::Expect->new (
        host => "$current_server",
    ...
    
    ($ssh->read_all(2) =~ />\s*|$\s*\z/) or die "where's the remote prompt
    +?";
    $ssh->exec("stty raw -echo");
    
  3. or download this
    belle $! = Illegal seek
    Login output for belle = 1
    ...
    hugger $! = Illegal seek
    Login output for hugger = 1
    SSHProcessError The ssh process was terminated. at ./script.pl line 39