# New Ticket Created by Dan Book # Please include the string: [perl #134183] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=134183 > The errors '"use" not allowed in expression' and '"no" not allowed in expression' ( https://perldoc.pl/5.30.0/perldiag#%22use%22-not-allowed-in-expression) may be unintentionally tripped when a previous statement is unterminated. Perhaps it could suggest something like '(perhaps missing semicolon?)' similar to other suggestions added to warnings/errors. -Dan (Perl)