Help for this page

Select Code to Download


  1. or download this
    use strict; 
    use warnings; 
    ...
    my $cfg = Config::Any->load_files({files =>\@files,use_ext => 1  }); 
    print $cfg->[0]{'password.ini'}{password}{password} . "\n"; # prints
    
  2. or download this
    Use of uninitialized value in concatenation (.) or string at caller.pl
    + line 39.