access values in array of hashrefs

[email protected] (Ryan)
Newsgroups perl.beginners
Message-ID <[email protected]>
my $HHs=[
	{Rx => 'test', key2 => '1st second key' },
	{Rx => '2nd1', key2 => '2nd second key' },
	{Rx => '3rd1', key2 => '3rd second key' }
];

say join(', ', @{$HHs->{Rx}}); # say all the values of the 'Rx' key in  
each element of @$HHs.

Is there an easy way to do what I want here?
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.