Help for this page

Select Code to Download


  1. or download this
    first secret
    second public
    
  2. or download this
    use strict;
    use ConfigReader::Simple;
    ...
    
    print $config->get( "first" ), "\n";
    print $config->get( "second" ), "\n";