Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

An odd Config::General parsing problem

by hacker (Priest)
on Oct 04, 2008 at 02:52 UTC ( [id://715307]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # This is my sample config file
    TEMPLATE_FOO    = 1
    ...
                    Foo     \
                    Bar     \
                    Baz
    
  2. or download this
    use strict;
    use warnings;
    ...
    my %prev_config = $conf->getall;
    
    print dump(\%prev_config);
    
  3. or download this
    {
      OPTION_THREE => "baz",
    ...
      TEMPLATE_FOO => 1,
      THIS_BREAKS  => "MULTILINE\t= Foo\tBar\tBaz",
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found