Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: selectall_hashref structure

by 0xbeef (Hermit)
on Dec 24, 2009 at 13:37 UTC ( [id://814238]=note: print w/replies, xml ) Need Help??


in reply to Re: selectall_hashref structure
in thread selectall_hashref structure

I am actually trying to avoid having the above hash structure in the related function I mentioned, since this function deals with many different attributes that I find convenient to provide via the hash.

If I were to use a similar hash structure to your example in this function, it would now need to be called in the following (tedious) way:

myfunction($id,{ kung => { value => foo }, foo => { value => bar}});

Here is the ideal hash structure with some example attributes that I am trying to attain through the select:

Attributes now: $VAR1 = { '49CBAF4B' => { 'occurrences' => 999, 'object' => 'device123', 'timestamp' => 1261660376, 'value' => 90, 'max' => 96 } };

If this cannot be done, I might be forced to map the results to a hash with the desired layout, or look at a different approach altogether.

Niel

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-23 15:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found