David L. Nicol wrote:
>
>
> print "Found It at position ${_:n}!\n" if /$seek/ foreach @items
If we are going to be throwing around attributes like that, why
don't we switch to using the ubiquitously recognizable dot instead
of colon?
for my $iter ( @things ) {
print "index= ", $iter.indexof, "\n";
--
John Porter
Jetzt schalten wir das Radio an. Aus dem Lautsprecher klingt es dann...
- RFC 262 (v1) Index Attribute Perl6 RFC Librarian
- Re: RFC 262 (v1) Index Attribute Webmaster
- Re: RFC 262 (v1) Index Attribute Graham Barr
- Re: RFC 262 (v1) Index Attribute Webmaster
- Re: RFC 262 (v1) Index Attribute Graham Barr
- Re: RFC 262 (v1) Index Attribute David L. Nicol
- Re: RFC 262 (v1) Index Attribute John Porter
- Re: RFC 262 (v1) Index Attribute David L. Nicol
- Re: RFC 262 (v1) Index Attribute David L. Nicol
