Help for this page
#!/usr/bin/perl use strict; use warnings; ... print $hash{KEY_1()}; print @hash{KEY_1, KEY_2};