Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Parsing a complex config file

by dimar (Curate)
on Jul 12, 2006 at 15:41 UTC ( [id://560717]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ### begin_: init perl
        use strict;
    ...
                     '/meta/path2'
                     '/meta/path3'
                     ...)";
    
  2. or download this
    -  domain: begin
       libname: foo 
    ...
       indexpath: ['/indx/path1','/indx/path2','/indx/path3']
       workpath: ['/work/path1','/work/path2','/work/path3']
       metapath: ['/meta/path1','/meta/path2','/meta/path3']
    
  3. or download this
    $oDomains = [
                  {
    ...
                    'workpath' => [...]
    ...
    ];
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (1)
As of 2024-04-25 00:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found