Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

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":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-26 03:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found