Help for this page

Select Code to Download


  1. or download this
    my %hash = map { lc($_), 1 } <IF>;
    
  2. or download this
    %hash = map { lc($_), 1; s/<tag>//; s/<\/tag>// } <IF>;