in reply to Re^5: How Much Is Too Much (on one line of code)?
in thread How Much Is Too Much (on one line of code)?

I used exists just in case any of the hash values was an empty string, as might happen for the phrase "looking somewhat blank". This might result in the hash entry

what => q{},

A bit silly in this case but I have been bitten by that in the past.

Cheers,

JohnGG