Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    package Tie::Hash::Config;
    ...
    keys can contain spaces too.
    key2=value2
    key3= =
    
  2. or download this
    use Tie::Hash::Config;
    
    ...
        while my($key, $value) = each %( $section };
    
    # etc