NAME
SysAdmin::Expect::Occam - Perl Expect class.wrapper module
SYNOPSIS
use SysAdmin::Expect::Occam;
my $expect_object = new SysAdmin::Expect::Occam(SERVER => "localhost",
COMMUNITY => "public",
TELNET_PASSWORD => "pass",
TELNET_ENABLE_PASSWORD => "pass");
DESCRIPTION
This is a sub class of SysAdmin. It was created to harness Perl Objects and keep code apstraction to a minimum. This class acts as a master class for Expect objects.
SysAdmin::Expect::Occam uses Expect.pm to interact with network equipment.
EXPORT
SEE ALSO
SysAdmin::Expect::Occam 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.