I am trying to use syscall inside perl, so I should first use h2ph to create the syscall.hp. But there is no file syscall.h under /usr/include/*/* on opensolaris, so syscall.hp can't be created.
Where can I get the syscall.h. If there is no such thing, how could I use syscall inside perl on solaris?