Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use Config::Simple;
    ...
    my $bar = $cfg->param("FOO.Bar");
    my $baz = $cfg->param("FOO.Baz");
    print "<$bar>, <$baz>\n";
    
  2. or download this
    [FOO]
    Bar=hello
    Baz=
    Boo=