NAME
TL1ng - A simple, flexible, OO way to work with TL1.
SYNOPSIS
use TL1ng;
my $tl1_obj = new TL1ng({
Source => 'Telnet'
Type => 'Standard',
});
DESCRIPTION
The module TL1ng is just a factory for getting instances of TL1ng::Base and it's sub-classes. The best way to learn about how this all works right now is to read the perldoc for TL1ng::Base, then read the perldoc for any specific sub-class(es) you may be using.
EXPORT
None by default.
SEE ALSO
Net::TL1 Net::Telnet
AUTHOR
Steve Scaffidi, <sscaffidi@cpan.net>
COPYRIGHT AND LICENSE
Copyright (C) 2007 by Steve Scaffidi
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.