On Thu, Aug 18, 2005 at 02:40:12AM +0800, Autrijus Tang wrote:
: On Wed, Aug 17, 2005 at 11:37:26AM -0700, Larry Wall wrote:
: > On Tue, Aug 16, 2005 at 05:25:40PM -0400, Roger Hale wrote:
: > :     1.e5        # all of these...
: > :     1._e5       #
: > :     1._0e5      #
: > :     1.e_0_5_    # == 1 * 10^5?
: > 
: > The last three are illegal because underline is allowed only between
: > digits.
: 
: ...yet Perl5 accepts them.  So Perl6 is more restrictive?

Yes.

Larry

Reply via email to