Sort issue

2006-08-13 Thread Mike OK
Hi I would like to do some custom sorting with some hash data that I have stored. It will be used in a mod_perl application so I would like to ensure that the variables are safe and local. My worry is that I plan to call a subroutine with sort but I have no idea how to pass the variables or

Re: Sort issue

2006-08-13 Thread Mike OK
;#35645 - Original Message - From: "Mike OK" <[EMAIL PROTECTED]> To: Sent: August 13, 2006 11:32 AM Subject: Sort issue > Hi > > I would like to do some custom sorting with some hash data that I have > stored. It will be used in a mod_perl application so I