Help for this page

Select Code to Download


  1. or download this
    VoiceDigit = BASIC_testcase.txt
    
    [mySubSection]
    foo = bar
    
  2. or download this
    use strict; use warnings; use feature 'say';
    use Config::Tiny;
    ...
    say $conf->{'mySubSection'}->{'foo'};
    
    __END__
    
  3. or download this
    BASIC_testcase.txt
    bar