Is equivalent to:defined $self->[ARRAY][$index] ? $self->[ARRAY][$index] : undef;
Cheers - L~Rif (defined $self->[ARRAY][$index]) { return $self->[ARRAY][$index]; } else { return undef; }
In reply to Re: Re: Re: Re: RFC - inplace upgrade for Tie::SortHash
by Limbic~Region
in thread RFC - inplace upgrade for Tie::SortHash
by Limbic~Region
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |