Menu

#9 $expect->error() is not equivalent to $expect->exp_error()

serious
open
nobody
Core (10)
5
2004-04-01
2004-04-01
No

Expect.pm is supposed to autoload its error() method,
but in the code:

$error = $expect_object->error();

The IO::Pty error() method is found first.

Discussion


Log in to post a comment.