Aaron Sherman [mailto:[EMAIL PROTECTED]] wrote:
> You might not be able to REASONABLY get a length, so you return
> undef. In your documentation, you advise users not to take the length,
> but just dive right in and fetch the element you want, e.g.:
>
>     my $pi2k = @pi_digits[2000];

In this case, I'd expect @pi_digits.length == Inf, not undef.


Dave.

Reply via email to