On 8/24/06, Mark J. Reed <[EMAIL PROTECTED]> wrote:
e.g. q(a b) >>=><< (1,2,3,4) would return (a=>1, b=>2, undef=>3, undef=>4).

or rather, it would if I'd typed qw(a b) as I intended.

One other point: while I agree that we should shield the programmer as
much as possible from having to care whether a list is finite or not,
some things cannot be helped; for instance, calling .length on an
infinite list is going to be a bad idea no matter what...

--
Mark J. Reed <[EMAIL PROTECTED]>

Reply via email to