Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    delete @hash{ map { split / / } grep{/ /} keys %hash };
    
    print pp \%hash;
    
  2. or download this
    {
      "automation technology" => 2,
    ...
      "rendition" => 3,
      "saturation" => 3,
    }