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