Help for this page

Select Code to Download


  1. or download this
    sub FIRSTKEY {
        my ($self) = @_;
        scalar keys %$Self;
        return each %{ $self->{'value'} };
        }
    
  2. or download this
    sub FIRSTKEY {
        my ($self) = @_;
        keys %$Self;
        return $self->NEXTKEY;
        }