in reply to Creating lists using a hash with the same key/values

Why not do something like $SampleHash{'whatever'}++;, so all you would have to do is say something along the lines of &whatever if ($SampleHash{'whatever'}); for instance...