Thanks, monks, but I'm not out of the woods yet.

file filename.pag and filename.dir both return a very terse answer: data

strings does in fact strip out the garbage, but the records still aren't intact: e.g. fragments of the same reccord appear in many places, inconsistent breaks between records, etc.
I do note that the key for each value is often found at the end of the relevant value string, if that's a clue for any demigods who read this.

I've been trying this on my webhost's Liunx server instead of my own (recently rebuilt) Win32 system, hoping the implementations would differ less from the original Athena, but that also means I can go installing every SBDM_File module I can find.

I've search the DBM answers here over the last 3 years or so, and anything I can get my hands on, still to no avail.
I did see a partial reference to a WhichDBM module - does such a thing really exist?

Since the size of the data isn't huge (dozens of timestamps for 32 people), I'm off to hack at what I got from strings, but it's still very ugly and (after much reading) it seems I'm not the only one who has this kind of question unanswered.
"How do I find out what to use to unwind an old DBM file, original type unknown?"

Thanks again, especially tachyon, for the helpful suggestions.


In reply to Re^2: Unwinding an (unknown type) DBM by mendicantMatt
in thread Unwinding an (unknown type) DBM by mendicantMatt

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.