The main purpose is to administrate different Perl Versions

Couldn't you just run a script that sets which perl is found ? On my Win32 box I have six or so versions of perl and run a batch file to set the path so that 'perl' finds the perl executable that I want. (I have a separate batch file for each build of perl.) Then %Config should contain the info I want.

If you really do need to rewrite Config.pm then it's best to do something similar to EU::FC - which leaves the existing Config files as they are, writes the new values in Config_m.pm, and loads those new values, when needed, by running perl with the '-MConfig_m' switch (or by setting the perl5opt environment variable to '-MConfig_m').

Cheers,
Rob

In reply to Re^3: Modifying Config.pm and/or Config_heavy.pl by syphilis
in thread Modifying Config.pm and/or Config_heavy.pl by Outaspace

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.