in reply to Re: How a for() assignment works
in thread How a for() assignment works

Or you could always do it like this:

print map exists $hash_ref->{lc()} ? "Value: $hash_ref->{lc()}\n" : '' +, @vars;