Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Creating a Multi Level Hash from CSV

by tybalt89 (Monsignor)
on May 12, 2021 at 20:04 UTC ( [id://11132518]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    f,g,h,i,j
    xx,yy,zz
    this,is,a,strange,type,of,data,organization
    
  2. or download this
    {
      a => { b => { c => { d => "e" } } },
    ...
      },
      xx => { yy => "zz" },
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (2)
As of 2024-04-26 03:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found