Help for this page
first secret second public
use strict; use ConfigReader::Simple; ... print $config->get( "first" ), "\n"; print $config->get( "second" ), "\n";