Does Perl have the capablity to easily create database files with fields in records. I know files can be created with Perl that read, write and append. I know that databases in formats of SQL and INFORMIX etc can be read, but if I want to create my own database and access the fields or records how do I do it? I hope Perl can do this. If so then I will try to learn Perl?
Help!