On Tue, 15 Aug 2000, Karl Glazebrook wrote:
> or one could just *use* english plurals...
>
I tried this once with filters. It sort of worked.
(With the obvious bombs, of course.)
> my $speaker = 'Jim';
> my $speakers = ('Fred','Bill','Sally','Betty');
>
> my $male_speakers = $speakers[0:1]; # If perl supported this style of range - see
>RFC coming soon
>
> # BUT:
>
> my $image = read_huge_2d_list_of_numbers('file');
>
> my $favorite_pixels = $image[10:20,50:100];
> my $best_pixel = $image[11,55];
>
>
> Karl
--
Bryan C. Warnock
([EMAIL PROTECTED])
- RFC 109 (v1) Less line noise - let's get rid of @% Perl6 RFC Librarian
- Re: RFC 109 (v1) Less line noise - let's get rid ... Jon Ericson
- Re: RFC 109 (v1) Less line noise - let's get ... Karl Glazebrook
- Re: RFC 109 (v1) Less line noise - let's ... Bryan C . Warnock
- Re: RFC 109 (v1) Less line noise - let's ... Jon Ericson
- Re: RFC 109 (v1) Less line noise - le... Karl Glazebrook
- Re: RFC 109 (v1) Less line noise... Jon Ericson
- Re: RFC 109 (v1) Less line noise - let's get rid ... Damien Neil
- Re: RFC 109 (v1) Less line noise - let's get ... Karl Glazebrook
- Re: RFC 109 (v1) Less line noise - let's ... Damien Neil
- Re: RFC 109 (v1) Less line noise - le... Casey R. Tweten
- Re: RFC 109 (v1) Less line noise - le... Karl Glazebrook
- Re: RFC 109 (v1) Less line noise... Damien Neil
- Re: RFC 109 (v1) Less line noise - let's get ... John Porter
