Help for this page

Select Code to Download


  1. or download this
    foreach (values %in)
    {
        /(.*?)\|(.*)/;
        $out{$2}{$1} = 1;
    }
    
  2. or download this
    foreach (values %out)
    {
        $_ = [sort keys %$_];
    }
    # $out{"RED DOOR|10-14"}[0] = 73 etc