Help for this page

Select Code to Download


  1. or download this
    # perl -slw
    use strict;
    ...
    key5=value5    ;Comment2
    
    [Section3]
    
  2. or download this
    $VAR1 = {
        'Section1' => {
    ...
            'key4' => [ 'value4', undef ]
        }
    };