The key question here, I believe, is what you forsee to be done with the data. Since you're not interfacing with the application but rather reading the files yourself, a DBD "driver" in your case would have to be a fullblown database engine, complete with SQL parser and all the dirty nitty gritty. Is such heavy duty data munging and close integration with Blaise forseeable that it makes that kind of effort worthwhile? I tend to think not so..

It would probably be better to write some Perl code to merely im- and export for these .bdb files, and dump the data in and out of a "real" database for your munging needs.

As far as reading non-textual data is concerned, Perl's unpack function is lots of very powerful magic and would fit your bill perfectly.

Makeshifts last the longest.


In reply to Re: blaise and perl by Aristotle
in thread blaise and perl by aufrank

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.