I started to use syscalls in Perl scripts a long time ago. One of the main issues I face every time I install a script on a new machine is creating Perl header files from the C headers.
It is supposed to be done very easy:
# cd /usr/include
# h2ph *.h
# h2ph */*.h
With this we should have [...]