Help for this page

Select Code to Download


  1. or download this
    local $/;
    my %conf = eval <CONF>;
    
  2. or download this
    #!/usr/bin/perl
    
    # Which store are we using?
    ...
    sqlite => {
        file => 't/data/store.db',
    },
    
  3. or download this
    use Regexp::Common;
    
    {
    ...
            *_conf_re      = sub { $conf_re };
        }
    }
    
  4. or download this
    local $/;
    my %conf = eval _untaint_config(<CONF>);