hi,
I tried sortin the data using smethng like this:
-
for my $key1 (reverse sort { $mydata{$b}{'Category'} cmp $mydata{$a}{'Category'} } keys %mydata) {....
-
-
}
-
here i can get the hash sorted using Category but then I need to go deep and further sort it by the retail value...
i tried using diffrnt loops but cld not arive at the answer..
Reply asap