Is it possible to use Perl's oictl() method in the same way as you could use the os's ioctl() system call from a c program?
It says in The Cookbook that the Perl method is a direct interface to the OS's method, but when the third argument is a struct, how does it work?
The Class::Struct structs are only struct-like, rather than in essence, right?