In article <2FB59B145095D511A7C90050BAC349F312DB@MAIL>, [EMAIL PROTECTED] (John Edwards) wrote: > $hash_length = scalar keys %hash; that's already in scalar context since you are assigning to a scalar. :) -- brian d foy <[EMAIL PROTECTED]> - Perl services for hire CGI Meta FAQ - http://www.perl.org/CGI_MetaFAQ.html Troubleshooting CGI scripts - http://www.perl.org/troubleshooting_CGI.html -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- How many elements are there in a hash? George S Pereira
- RE: How many elements are there in a hash? John Edwards
- Re: How many elements are there in a hash? _brian_d_foy
- _brian_d_foy