|
Firewalls (September 1995) |
> According to d:
> >Ahem. Surely you mean:
> > [...]
> Aww c'mon - you should sort the list so the fanatics can find their
> entry (though, for some it would not matter from what I have seen...)
> for $OS (sort keys %list_of_OS) {
> print "$OS people will defend $list_of_OS{$OS} operating system...\n";
> }
Unfortunately, that would sort on the first digit of the number
of people. Not too useful.
-- d
|