Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Parsing a file with parentheses to build a hash

by choroba (Cardinal)
on Nov 14, 2014 at 09:57 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (8)
As of 2024-04-23 07:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found