Help for this page

Select Code to Download


  1. or download this
    die "Unknown char! \n" unless exists $testHash{$_} for (@test);
    
  2. or download this
    die "Unknown char! \n" unless grep { exists $testHash{$_} } @test;