Skip to content

Instantly share code, notes, and snippets.

@warewolf
Created October 17, 2011 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save warewolf/1293530 to your computer and use it in GitHub Desktop.
Save warewolf/1293530 to your computer and use it in GitHub Desktop.
www.richardharman.com 3
digg.com 2
www.digg.com 1
$tree = bless( {
'root' => {
'.' => {},
'com' => {
'digg' => {
'www' => {
'.' => {
'count' => 1
}
},
'.' => {
'count' => 2
}
},
'richardharman' => {
'www' => {
'.' => {
'count' => 3
}
}
}
}
}
}, 'Tree::ReverseDomain' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment