Help for this page

Select Code to Download


  1. or download this
    [password]
    password=mypass
    
  2. or download this
    use strict; 
    use warnings; 
    ...
    my @files; $files[0]="C:\\wamp\\www\\password.ini";
    my $cfg = Config::Any->load_files({files =>\@files,use_ext => 1  }); 
    print $cfg;