The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

TL1ng - A simple, flexible, OO way to work with TL1.

SYNOPSIS

  # You want a basic TL1 object that communicates via Telnet?
  use TL1ng;
  my $tl1_obj = TL1ng->new({
        Source => 'Telnet'
        Type => 'Base',
  });
  
  

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.