Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: Probelm with priority printing (hash or by an array)

by Anonymous Monk
on Nov 07, 2008 at 12:12 UTC ( [id://722209]=note: print w/replies, xml ) Need Help??


in reply to Re: Probelm with priority printing (hash or by an array)
in thread Probelm with priority printing (hash or by an array)

I was doing that way before posting here and sorted that with the value: something like this:
foreach my $pri(sort {$prior{$a} <=> $prior{$b}} keys %prior) print $pri, $prior{$pri}, "\n";


where 'prior' is the hash and I had them getting sorted if I print them right after sorting. But after getting the data from the database I would like to get them in the same order as I have initialized them in the hash/array. My problem is to get them sorted in the net report I am going to print by the priority. Also, I have two different sets of disease with the same disease repeating in both the sets.

As in your suggestion, you mean @sorted as a new array which sorts by priority of the array obtained from the database? Could any one make me clear whether I have understand the point clearly?
once again,Thanks for your suggestions

Replies are listed 'Best First'.
Re^3: Probelm with priority printing (hash or by an array)
by Anonymous Monk on Nov 07, 2008 at 13:51 UTC
    Update: Sorry I tried through your suggestion and it gives an error message with
    Can't use string ("XXXX2: Multiple sclerosis") as an ARRAY ref while " +strict refs" in use at dna_reportertest line 139
    I cant really understand why is that so.. when it goes through all the other disease (nearly 5 before)? Any comments? Thanks

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://722209]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-25 05:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found