Help for this page

Select Code to Download


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