Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use Config::Simple;
    ...
    exit;
    
    D:\PerlProjects\tests>c.pl
    
  2. or download this
    'ini' syntax
    $VAR1 = {
              'default.NET' => 'X'
            };
    
  3. or download this
    [block1]
    key=value
    
  4. or download this
    [info]
    NET=X
    
  5. or download this
    
    D:\PerlProjects\tests>c.pl
    ...
    $VAR1 = {
              'info.NET' => 'X'
            };