Boulder
view release on metacpan or search on metacpan
Boulder/Store.pm view on Meta::CPAN
sub new {
my($package,$in,$writable) = @_;
my $self = bless {
'records'=>undef, # filled in by _open_databases
'dbrecno'=>undef, # filled in by _open_databases
'index'=>undef, # filled in by _open_databases
'writable'=>$writable,
'basename'=>$in,
'passthru'=>undef,
'binary'=>'true',
'nextrecord'=>0, # next record to retrieve during iterations
'query_records'=>undef, # list of records during optimized queries
'query_test'=>undef, # an expression to apply to each record during a query
'IN'=>undef,
'OUT'=>undef,
'delim'=>'=',
'record_stop'=>"\n",
'line_end'=>'&',
'index_delim'=>' ',
'subrec_start'=>"\{",
'subrec_end'=>"\}"
( run in 1.314 second using v1.01-cache-2.11-cpan-96521ef73a4 )