Help for this page

Select Code to Download


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