maybe perl should catch constants here too
積丹尼 Dan Jacobson
jidanni at jidanni.org
Thu May 1 04:20:43 UTC 2014
Maybe perl should catch constants here too:
$ perl -wle '"\n"'
Useless use of a constant ("\n") in void context at -e line 1.
$ perl -wle 'sub k{"\n";}'
$
More information about the Perl-maintainers
mailing list