Help for this page
use strict; use warnings; ... my ($hash)=@_; print "$hash{A} $hash{B} $hash{C}\n"; }