The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: perl.perl6.compiler
From: yiy...@gmail.com (Yiyi Hu)
Date: Tue, 16 Aug 2005 15:03:39 +0800
Local: Tues, Aug 16 2005 3:03 am
Subject: Should this be valid in perl 6?
Indirect object notation now requires a colon after the invocant if
there are any arguments. If there are no arguments and you omit the colon, the notation is parsed either as a named unary operator or a list operator with one argument. In any case, all of these come out to the same thing: $handle.close From Synoposis, It's said that the last example( close $handle ) class TMP { method tmp { "Hello".say}; }; my TMP $t .= new; So, I wonder, If perl 6 will allow "tmp $t;" Thanks, You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||