[url=http://perldoc.perl.org/functions/my.html][black][b]my[/b][/black][/url] [blue]%HoH[/blue] = [red]([/red][red])[/red][red];[/red]
[black][b]my[/b][/black] [blue]%col[/blue] = [red]([/red][red])[/red][red];[/red]
[black][b]my[/b][/black] [blue]@order[/blue] = [red]([/red][red])[/red][red];[/red]
[red]{[/red]
[url=http://perldoc.perl.org/functions/no.html][black][b]no[/b][/black][/url] [green]warnings[/green][red];[/red]
[olive][b]while[/b][/olive][red]([/red][black][b]my[/b][/black] [blue]$line[/blue] = <DATA>[red])[/red][red]{[/red]
[url=http://perldoc.perl.org/functions/chomp.html][black][b]chomp[/b][/black][/url] [blue]$line[/blue][red];[/red]
[black][b]my[/b][/black][red]([/red][blue]$k[/blue],[blue]$v[/blue][red])[/red] = [url=http://perldoc.perl.org/functions/split.html][black][b]split[/b][/black][/url][red]([/red][red]/[/red][purple][purple][b]\|[/b][/purple][/purple][red]/[/red],[blue]$line[/blue][red])[/red][red];[/red]
[blue]$col[/blue][red]{[/red][blue]$v[/blue][red]}[/red]++[red];[/red]
[url=http://perldoc.perl.org/functions/push.html][black][b]push[/b][/black][/url] [blue]@order[/blue],[blue]$k[/blue] [olive][b]if[/b][/olive] [red]([/red]![url=http://perldoc.perl.org/functions/exists.html][black][b]exists[/b][/black][/url] [blue]$HoH[/blue][red]{[/red][blue]$k[/blue][red]}[/red][red])[/red][red];[/red]
[blue]$HoH[/blue][red]{[/red][blue]$k[/blue][red]}[/red][red]{[/red][blue]$v[/blue][red]}[/red]++[red];[/red]
[red]}[/red][red];[/red]
[url=http://perldoc.perl.org/functions/print.html][black][b]print[/b][/black][/url] [red]"[/red][purple][purple][b]\t[/b][/purple][/purple][red]"[/red], [url=http://perldoc.perl.org/functions/join.html][black][b]join[/b][/black][/url][red]([/red][red]"[/red][purple][purple][b]\t[/b][/purple][/purple][red]"[/red], [url=http://perldoc.perl.org/functions/sort.html][black][b]sort[/b][/black][/url] [red]{[/red][blue]$a[/blue] <=> [blue]$b[/blue][red]}[/red] [url=http://perldoc.perl.org/functions/keys.html][black][b]keys[/b][/black][/url] [blue]%col[/blue][red])[/red], [red]"[/red][purple][purple][b]\n[/b][/purple][/purple][red]"[/red][red];[/red]
[olive][b]foreach[/b][/olive] [black][b]my[/b][/black] [blue]$keys[/blue] [red]([/red][blue]@order[/blue][red])[/red] [red]{[/red]
[black][b]print[/b][/black] [red]"[/red][purple][blue]$keys[/blue][purple][b]\t[/b][/purple][/purple][red]"[/red], [black][b]join[/b][/black][red]([/red][red]"[/red][purple][purple][b]\t[/b][/purple][/purple][red]"[/red], [black][b]sort[/b][/black] [red]{[/red][blue]$a[/blue] <=> [blue]$b[/blue][red]}[/red] [url=http://perldoc.perl.org/functions/values.html][black][b]values[/b][/black][/url] [blue]%[/blue][red]{[/red][blue]$HoH[/blue][red]{[/red][blue]$keys[/blue][red]}[/red][red]}[/red][red])[/red], [red]"[/red][purple][purple][b]\n[/b][/purple][/purple][red]"[/red][red];[/red]
[red]}[/red]
[red]}[/red]
[teal]__DATA__[/teal]
[teal]AL|2[/teal]
[teal]AL|4[/teal]
[teal]AL|7[/teal]
[teal]AL|10[/teal]
[teal]AL|11[/teal]
[teal]AK|2[/teal]
[teal]AK|4[/teal]
[teal]AK|7[/teal]
[teal]AK|10[/teal]
[teal]AK|11[/teal]
[teal]AZ|2[/teal]
[teal]AZ|4[/teal]
[teal]AZ|7[/teal]
[teal]AZ|10[/teal]
[teal]AZ|11[/teal]
[teal]AR|2[/teal]
[teal]AR|4[/teal]
[teal]AR|7[/teal]
[teal]AR|10[/teal]
[teal]AR|11[/teal]
[teal]CA|2[/teal]
[teal]CA|4[/teal]
[teal]CA|7[/teal]
[teal]CA|10[/teal]
[teal]CA|11[/teal]