Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Parsing a file with parentheses to build a hash

by choroba (Cardinal)
on Nov 14, 2014 at 09:57 UTC ( #1107188=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    sub pairs  { shift; +{ map @$_, @_ } }
    sub pair   { [ @_[2, 3] ] }
    sub itself { $_[1] }
    
  2. or download this
    $VAR1 = \{
                'SECTION' => {
    ...
                                                    }
                                 }
              };
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others chilling in the Monastery: (2)
As of 2023-10-03 23:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?