On 12/5/05, Ed Summers <[EMAIL PROTECTED]> wrote:
>
> On 12/5/05, Doran, Michael D <[EMAIL PROTECTED]> wrote:
> > Sooooo... this is all very interesting (and I've definitely learned
> > something here), but like I suggested previously, this level of digging
> > may be a bit beyond the "casual" Perl user.  ;-)
>
> Yep, point taken. I'm guessing you are right: when you built perl from
> source it couldnt't find BerkeleyDB so didn't install DB_File. Good to
> know for the future. If anyone has any suggestions on how to handle a
> largish character mapping table when someone does a:
>
>     use MARC::Charset;
>
> I'm open to suggestions. Perhaps at the very least I can include some
> information about DB_File difficulties prominently in the
> documentation in the new version.
>

Does it have to be DB_File?  Could you just

use AnyDBM_File;

--
Brad

Reply via email to