NAME
Device::ParallelPort::drv::auto - Automatically choose driver.
SYNOPSIS
use Device::ParallelPort;
my $pp = Device::ParallelPort->new('auto:0');
DESCRIPTION
This module should be used if you do not care what driver is used. It is very handy for writing cross platform applications in that it will autoamtically determine which parallel port driver is appropriate.
DEVELOPMENT
The current nature of it requires modifications to this module to add new drivers. Longer term it would be better if it tried each driver installed on the system in turn allowing new drivers to add their own interfaces.
AUTHOR
Scott Penrose scottp@dd.com.au, http://linux.dd.com.au/