Re: sorting a hash for checkbox list..

2001-05-11 Thread Brooklyn Linux Solutions CEO
perldoc -f sort On 2001.05.11 14:00:59 -0400 Andy Lim wrote: Hello. I want to sort a hash which contaning key-value pair for a list checkbox (like below) so that it print in the specific order. Anyone know how to do this? [- @application_k = keys %GS

Re: sorting a hash for checkbox list..

2001-05-11 Thread Kee Hinckley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 11:00 AM -0700 5/11/01, Andy Lim wrote: >Hello. >I want to sort a hash which contaning key-value pair for a list checkbox >(like below) so that it print in the specific order. >Anyone know how to do this? > >[- >

sorting a hash for checkbox list..

2001-05-11 Thread Andy Lim
Hello. I want to sort a hash which contaning key-value pair for a list checkbox (like below) so that it print in the specific order. Anyone know how to do this? [- @application_k = keys %GSIS::PROD_APPLICATION; @application_v = values %GSIS::PRO