in reply to
Re: Re: noncase-sensitive sorting
in thread
noncase-sensitive sorting
Ok, I must be reading a different set of manual than yours. Anyway, that
(keys %IN)
returns
an array
a list containing the hash keys for %IN.
Comment on
Re: Re: Re: noncase-sensitive sorting
Download
Code
Replies are listed 'Best First'.
Re: Re: Re: Re: noncase-sensitive sorting
by
Anonymous Monk
on Dec 02, 2003 at 07:42 UTC
not array, list
[reply]
In Section
Seekers of Perl Wisdom