Help for this page

Select Code to Download


  1. or download this
      my $attr = shift;
      my @found = { grep /^on[A-Z]/ } keys %$attr;
    
  2. or download this
      my @found = { grep /^on/ } keys %$attr;