- or download this
my @sorted = sort { $person{firstname}[$a] cmp $person{firstname}[$b]
+}
0 .. $#{ $person{firstname} };
...
print("city: ", $person{city }[$_], "\n");
print("\n");
}
- or download this
my @sorted = sort { $person{firstname}[$a] cmp $person{firstname}[$b]
+}
0 .. $#{ $person{firstname} };
...
print("city: ", $person{city }[$_], "\n");
print("\n");
}