Help for this page

Select Code to Download


  1. or download this
    $ cat myconfig.ini
    var1=hello
    var2=perl
    
  2. or download this
    $  perl -MConfig::Tiny -e 'my $Config = Config::Tiny->read("myconfig.i
    +ni"); print  $Config->{_}{var1},"\n",  $Config->{_}{var2},"\n"'
    hello
    perl