in reply to Parallel Port Puzzlement

I would not recommend a parallel port, there is more to it than just reading an on/off signal. Use a joystick port it's the simplest way to get analog or pushbutton data into a PC (trust me I have spent days figuring this out).

As to your question, Device::ParallelPort::drv::auto says to do:

use Device::ParallelPort; my $pp = Device::ParallelPort->new('auto:0');


grep
One dead unjugged rabbit fish later