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])

Reply via email to