Help for this page

Select Code to Download


  1. or download this
    package Config::File;
    
    ...
    
    
    1;
    
  2. or download this
    {
      en => 'one',
    ...
      ch => { 1 => 'yi',
              2 => 'er'},
    }
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my %ch = $c->ch;
    
    print Dumper(\$en, \@de, \%ch);
    
  4. or download this
    $VAR1 = \'one';
    $VAR2 = [
    ...
              '2' => 'er'
            };
        (in cleanup) DESTROY not defined in Config::File=HASH(0x224f74) at
    + test.pl line 0