Device/ParallelPort
===================

This is Device::ParallelPort. It provides very simple low level (byte and bit)
access to the parallel port. You need to install one of the modules available
for your operating system. As of this writing they include linux direct io,
linux par port, simple script (mainly for testing) and windows.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

	Usual IO::File and other standard modules

COPYRIGHT AND LICENCE

Distributed under the Perl Artistic License

Copyright (C) 2002 Scott Penrose - scottp@dd.com.au