How can I embed my C program in Perl?In my previous hardware interfacing programs, I used C. So to gain access in the lpt port,in C it goes like this:
outportb(0x378,2);
How can I embed lines like these in my Perl program. I want to use Perl for hardware interfacing via the network.
If there is anything you can help i'm thankful.