Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Initializing Hash Arrays in Perl

by Kenosis (Priest)
on Feb 13, 2014 at 23:52 UTC ( [id://1074916]=note: print w/replies, xml ) Need Help??


in reply to Initializing Hash Arrays in Perl

This is a hash of hashes of hashes (HoHoH), which could have content like:

$VAR1 = { '543210' => { '212' => { 'http://www.webaddress.com/' => 42 } } };

where the 543210 is a $campaign_id value, the 100 is a $skin_id value, and the http://www.webaddress.com/ is a $refr_url value.

Please forgive the guessing here, but it looks like the data structure might be used to track the frequency of a referring URL, based upon a(n) (advertising?) campaign id and skin id.

This structure might be queried to answer something like, "How many referrals came from http://www.webaddress.com/ during the 543210 campaign that involved skin 212?"

Hope this helps!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-04-25 10:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found