Help for this page
se strict; use warnings; ... no warnings 'uninitialized'; print "$_\n" for grep {$_} @a{keys %b}; }