Help for this page

Select Code to Download


  1. or download this
    {
      "aesG gly4" => 2,
      "aesG phil" => 2,
    ...
      "gly4 tomD" => 3,
      "phil tomD" => 2,
    }
    
  2. or download this
    use Data::Dump "pp";
    my %count;
    ...
    aesG tomD gly4 phil
    aesG phil
    aesG tomD gly4
    
  3. or download this
    {
      "aesG\34gly4" => 2,
    ...
      "gly4\34tomD" => 3,
      "phil\34tomD" => 2,
    }