Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: perl parsing

by kcott (Archbishop)
on Oct 05, 2017 at 03:11 UTC ( [id://1200709]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    # For testing only
    use Data::Dump;
    dd \%parsed;
    
  2. or download this
    $ cat pm_1200636_text.txt
    name    Brian
    ...
    device cell   2009
    tag   yes
    tag    1
    
  3. or download this
    {
      Andrew => { ipad => [2009] },
      Brian  => { ipad => [2001, 2001, 2001] },
      ryan   => { cell => [2009], ipad => [2005] },
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-19 05:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found