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

NAME

Device::TLSPrinter::Network - Network driver for Device::TLSPrinter

SYNOPSIS

    use Device::TLSPrinter;

    my $printer = Device::TLSPrinter->new(type => "network", device => "host:port");

DESCRIPTION

This module is the network backend driver for Device::TLSPrinter, to control a printer accessible on the network through a serial-to-network program.

BUGS

Please report any bugs or feature requests to bug-device-tlsprinter at rt.cpan.org, or through the web interface at https://rt.cpan.org/Dist/Display.html?Name=Device-TLSPrinter. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Device::TLSPrinter

You can also look for information at:

AUTHOR

Sébastien Aperghis-Tramoni <sebastien (at) aperghis.net>

COPYRIGHT & LICENSE

Copyright 2006-2012 Sébastien Aperghis-Tramoni, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.