in reply to Re: Re: Best user installable database for perl
in thread Best user installable database for perl

That's correct, dbm files are on-disk hashes. They are enough for most simple applications. If you need something fancier you can certainly try DBI::PurePerl and DBD::Sprite or DBD::CSV, but they will require CPAN downloads and installs, unlike dbm.
  • Comment on Re: Re: Re: Best user installable database for perl