Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Building a data structure - %HoH, %HoA?

by Anonymous Monk
on Nov 02, 2012 at 07:52 UTC ( [id://1001930]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    team_1, location_2, tool_1, 4
    team_3, location_1, tool_3, 3
    ...
    team_4, location_1, tool_1, 1
    team_1, location_3, tool_5, 3
    team_3, location_2, tool_5, 5
    
  2. or download this
    use v5.14;
    use Data::Dumper;
    ...
        say "   </ToolLocation>";
    }
    say "</ToolLocations>";
    
  3. or download this
    Data::Dumper:
    $VAR1 = {
    ...
           </ToolList>
       </ToolLocation>
    </ToolLocations>
    

Log In?
Username:
Password:

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

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

    No recent polls found