in reply to Can Perl write to Dbase?

Dbase III/IV use a format called XBase. Search cpan for it.

You can also check out the comp.lang.perl FAQ and search for Dbase. You might find what you need.

And, if you are into hacking, check out this for some BASIC code that accesses a DBase III file.