Help for this page
$xmldir="c:\test" $cvs="d:\test" %name=lancelot etc.
open FILE, "anyfile.ini"||die "file open failed\n"; my %inihash=(); ... print "$inihash{'$xmldir'}"; print "$inihash{'$cvs'}"; print "$inihash{'%name'}";