Operator or semicolon missing before &__inline at (eval 117) line 1 (#
+1)
(S ambiguous) You used a variable or subroutine call where the par
+ser
was expecting an operator. The parser has assumed you really mean
+t to
use an operator, but this is highly likely to be incorrect. For .
+..
This warning appears every time I run this program, but it runs anyway.
I am stumped by '&__inline at (eval 117) line 1 (#1)', since I have no evals; the only '&' characters are in '&&' (logical and); and line 117 is a '}' only.
Where/what is the offending code??
-- UPDATE ------
I found the same message in a Ubuntu bug report. It is a 1-line include with +W processing. https://bugs.launchpad.net/ubuntu/+source/perl/+bug/1045250
But no description of Why or what it means.
-- UPDATE 2 ----
removing
require 'sys/ioctl.ph;
stopped the warning message from appearing, and also clean compiles.
replacing with:
{ no warnings;
require 'sys/ioctl.ph;
}
did not stop the warnings.
It is always better to have seen your target for yourself, rather than depend upon someone else's description.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.