I have the code as below
my %hashName = (a => 1, b => 2, c => 3); my $max = 0; $_ > $max and $max = $_ for values %hashName; print $max;
So this will only print the value 3 right? How do I print along with the letter c when it displays 3
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |