Ned Cunningham wrote:
> 
> HI all.

Hello,

> I have what appears to be a C++ file set (i.e. phone.dat, phone.idx).

That looks like a database file set.  The file command should tell you
what they are:

$ file phone.dat phone.idx

> My question is can Perl read these files and what modules do I need to do
> it.

perldoc AnyDBM_File


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to