Help for this page

Select Code to Download


  1. or download this
    my $r = $expect->expect(2,
                            [ qr/configtest:/ => sub { shift->send("$pass2
    +\n"); exp_continue;} ],
    ...
    else {
        print "Login failed!\n";
    }
    
  2. or download this
    Variable "$expect" is not imported at ./test.pl line 28.
        (Did you mean &expect instead?)