![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| perl hashes question | lucho_1 | Shell Programming and Scripting | 1 | 04-09-2008 03:06 AM |
| How to declare hashes in KSH similar to Perl ? | tipsy | Shell Programming and Scripting | 2 | 08-03-2006 03:24 PM |
| perl: hashes, whiles, and last | effigy | Shell Programming and Scripting | 0 | 02-11-2005 12:23 AM |
| sort() array of strings in perl | photon | Shell Programming and Scripting | 2 | 10-19-2004 02:27 PM |
| CGI passing arrays/hashes to another CGI script | WIntellect | Shell Programming and Scripting | 2 | 01-13-2003 11:22 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How To Sort Array of Hashes ??
Some one plz help me how to sort an array of hashes .....
for e.g i have an array as @AoH = ( { ques => 10, marks => 32, }, { ques => 32, marks => 22, }, { ques => 2, marks => 41, }, ); now i want to sort this array with increasing value of "ques" ..... plz help Last edited by coolguyshail; 05-06-2005 at 06:46 AM.. Reason: question not clear |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|