Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    my $config = Config::Auto::parse("1.spec", format => "equal");
    print Dumper($config), "\n";
    
  2. or download this
    NAME = Philip
    AGE = 21
    
  3. or download this
    $VAR1 = {
              'NAME' => 'Philip',
              'AGE' => '21'
            };