Yes!

You can define 4 types of config variable -

So your line enable pass $newen would be best handled as a hash, which would be called enable.

[section] has the effect of prefixing the varname with the section name, so login would become SetPass_login.

Multiple assignments to the same array or hash add further elements.

Both environment varibles, and those previously defined in the config file, can be expanded as values.

Take a look at the pods for AppConfig::State and AppConfig::File for more details.

Overall I'm very impressed with this module - it has definately saved me alot of time with the program I'm currently writing.

Pete


In reply to Re: Re: (2) Parsing external config file (variable interpolation in config file?) by BoredByPolitics
in thread Parsing external config file by ybiC

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.