The code i am using is this:[password] password=mypass
But the above code simply prints an array reference. How do i get the password stored in my ini file.use strict; use warnings; use Config::Any; my @files; $files[0]="C:\\wamp\\www\\password.ini"; my $cfg = Config::Any->load_files({files =>\@files,use_ext => 1 }); print $cfg;
In reply to Using config::any by ItsyBitsy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |