Help for this page

Select Code to Download


  1. or download this
    if ( grep fc $str eq fc $_, keys %data ) { # case-insensitive exists
    
  2. or download this
    $data{fc$_} = delete $data{$_} for keys %data;