Help for this page

Select Code to Download


  1. or download this
    [MYSECTION]
    element: test1
    
  2. or download this
    [MYSECTION]
    element: test1
    element: test2
    
  3. or download this
    use Config::Std;
    read_config 'test.cfg' => my %config;
    print $config{"MYSECTION"}{"element"} . "\n";