Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    print "When saved & reloaded:\n";
    print join "\n", keys %CFG;
    
  2. or download this
    <abc1>
        opt   val
    ...
    <test2>
        opt   val
    </test2>
    
  3. or download this
    When freshly loaded:
    abc1
    ...
    abc1
    test2
    cba1