in reply to Finding the size of an array in a hash?

my $num = @{$FULLLINES{$key}};

-- Hofmator

Replies are listed 'Best First'.
Re: Finding the size of an array in a hash?
by spacey (Scribe) on Feb 10, 2003 at 13:12 UTC
    Thank you very much. Im sure i tried that but Obviously not

    As your suggestion worked first time.

    Thanks again.

    Gareth