use Config::Simple; $Config={}; $confFile = "path/to/conf/file.conf"; Config::Simple->import_from($confFile,$Config); print $Config->{"section_nameX.varX"}; print $Config->{"section_nameY.varY"};
In reply to Re: Updating Hash from a config file
by siva kumar
in thread Updating Hash from a config file
by Viki@Stag
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |