Help for this page

Select Code to Download


  1. or download this
    # This is my sample config file
    TEMPLATE_FOO    = 1
    ...
                    Foo     \
                    Bar     \
                    Baz
    
  2. or download this
    use strict;
    use warnings;
    ...
    my %prev_config = $conf->getall;
    
    print dump(\%prev_config);
    
  3. or download this
    {
      OPTION_THREE => "baz",
    ...
      TEMPLATE_FOO => 1,
      THIS_BREAKS  => "MULTILINE\t= Foo\tBar\tBaz",
    }