- or download this
#include "EXTERN.h"
#include "perl.h"
...
{
outp((unsigned short) p, (unsigned long) v);
}
- or download this
package InOut;
...
bootstrap InOut $VERSION;
1;
- or download this
use InOut;
...
outp($port, $b);
outpw($port, $w);
outpd($port, $d);