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...

Reply via email to