Operator or semicolon missing before &__inline at (eval 117) line 1 (#1)
(S ambiguous) You used a variable or subroutine call where the parser
was expecting an operator. The parser has assumed you really meant to
use an operator, but this is highly likely to be incorrect. For ...
####
require 'sys/ioctl.ph;
####
{ no warnings;
require 'sys/ioctl.ph;
}