NAME
SysAdmin::Expect - Perl Expect class wrapper module..
SYNOPSIS
use SysAdmin::Expect;
my $expect_object = new SysAdmin::Expect(SERVER => "localhost");
DESCRIPTION
This is a sub class of SysAdmin. It was created to harness Perl Objects and keep code abstraction to a minimum. This class acts as a master class for Expect objects.
SysAdmin::Expect uses Expect.pm to interact with network equipment.
EXPORT
SEE ALSO
Expect.pm - Expect for Perl SysAdmin::Expect::Occam - OO interface to interact with Occam equipment.
AUTHOR
Miguel A. Rivera
COPYRIGHT AND LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.