http://www.perlmonks.org?node_id=435615


in reply to Re^2: Perl oddities
in thread Perl oddities

Perl 6 has no barewords at all. If Perl 6 can't tell what it is from context, it's an error. Classes must be predeclared or use the :: prefix, for instance. They aren't just bareword strings anymore.