Re: Why doesn't Perl complain about this bareword?



Ronny <ro.naldfi.scher@xxxxxxxxx> wrote:
By chance I found out that no error is issued on the following
program:

perl -w -e 'use strict; print(Does::Not::Exist,"\n")'

Instead, "Does::Not::Exist" is printed. Shouldn't there be a warning
about
the improper use of a bareword?

It seems to be a bug in Perl.
.



Relevant Pages

  • float bug? perl 5.8, DBI and oracle 10.2.0
    ... I am having trouble with a tricky little beast that smells like a bug, ... I noticed this problem while upgrading a large software from perl 5.6.2 to ... I still don't know where to locate the bug. ... using an integer value instead of a float. ...
    (perl.dbi.users)
  • Re: Perl qx// broken with OpenVMS 8.x
    ... This is perl, v5.8.6 built for VMS_AXP ... I'm looking for information about the qx// bug being logged and a time ... The qx operator is a special quoting operator that spawns a command to ... script suppresses error messages and does not do any error checking, ...
    (comp.os.vms)
  • Re: Bug in DBD::Oracle v 1.21 ?
    ... Unless this is not an exact copy, there appears to be a bug in your ... I am trying to write to an Oracle Stored procedure defined as: ... In perl ... ... For each execution, I get no errors and the queue is ...
    (perl.dbi.users)
  • POK Flag Weirdness wth binary files
    ... and found an extremely strange workaround here: ... I have written a short script reproducing the problem (under Perl ... Is it a bug in Perl, a bug in Crypt::Rijndael, or a bug in my ... Wayne Myers ...
    (comp.lang.perl.misc)
  • Re: Perl CGI.pm POST_MAX problem in FC7 - when will latest version be available in archives?
    ... the CGI script will peg the CPU until the web server ... new upstream perl release will need to include an updated CGI.pm. ... This could get updated via a patch. ... patch CGI.pm to avoid the specific bug you're encountering (CPAN bug ...
    (Fedora)