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 %GSIS::PROD_APPLICATION;
        @application_v = values %GSIS::PROD_APPLICATION;
-]

<input type="checkbox" name="app_type" value="[+ $application_k[$row] +]">
[+ $application_v[$row] +]


Andrew


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-- 
Brooklyn Linux Solutions
http://www.mrbrklyn.com
http://www.brooklynonline.com

1-718-382-5752

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to