use CFI; # OBJECT = new( FORMAT ); # FORMAT - scalar string denoting the file format to use # note that the case of the format wouldn't matter..."inifiles" and "IniFiles" would be equivalent my $config_general = new CFI('general'); my $config_inifiles = new CFI('inifiles'); my $config_yaml = new CFI('yaml');