in reply to Re: sort hash by value
in thread sort hash by value
Thanks!my $foo = fmt($oid); print "FOO: $foo\n"; sub fmt($){ join("", map { sprintf "%05d", $_ } split(/./, shift)); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: sort hash by value
by RMGir (Prior) on Jul 10, 2003 at 15:39 UTC | |
by ant9000 (Monk) on Jul 11, 2003 at 09:52 UTC |