Operating System - HP-UX
1833816 Members
2799 Online
110063 Solutions
New Discussion

Re: Perl ioctl() on HP-UX 11.00 ?????

 
Keith Curnow
Occasional Contributor

Perl ioctl() on HP-UX 11.00 ?????

Has anyone been successfull in using the Perl's ioctl function?

If so please let me know what you did to get it to work.

I've tried the "book" examples for ioctl and they all error.

I've tried downloading & compiling perl myself, and installing from HP 9/2001 Application CDs. Both get the same errors.

Thanks in advance,
--Keith
1 REPLY 1
Christopher Caldwell
Honored Contributor

Re: Perl ioctl() on HP-UX 11.00 ?????

Not sure what problems you're having, but stock Perl 5.005_03 with HP's C/ANSI C compiler works and test fine with ioctl on HP-UX 11.0 32-bit or 64-bit.

I've only found one oddity and that was with file locking on a cross platform app (Linux and HP-UX).