mirror of
https://github.com/alecmuffett/real-world-onion-sites.git
synced 2024-10-01 01:06:18 -04:00
auto-update on Sun 15 Jul 06:45:09 UTC 2018
This commit is contained in:
parent
7884b41455
commit
ad1b1189b1
6
walk.pl
6
walk.pl
@ -112,7 +112,11 @@ foreach $catname (sort keys %tree) {
|
||||
print "\n";
|
||||
|
||||
|
||||
foreach $catname (sort { (scalar keys %{$tree{$a}}) <=> (scalar keys %{$tree{$b}}) } keys %tree) {
|
||||
foreach $catname (sort {
|
||||
((scalar keys %{$tree{$a}}) <=>
|
||||
(scalar keys %{$tree{$b}})) or
|
||||
($a cmp $b)
|
||||
} keys %tree) {
|
||||
print "----\n\n";
|
||||
my $catprint = &canon($catname);
|
||||
print "# $catprint\n\n";
|
||||
|
Loading…
Reference in New Issue
Block a user