I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2012-08-10 06:49:06.442799-07 by oldarchitect
Why do we need Uppercase for the Field Names ?
I am trying to use the field names and definitions to create a new DBF file and want to have the same Field names in this file as the one I am extracting data from. The DBF files I am trying to create are part of another process that uses those created by the ESRI Shape file processing. The field Names I have to work with are both upper and lower case. Is there a specific reason why uc is used the coding ?

For my partial use of the code I tried cloning the XBase.pm module and removing the uc from the code and it worked fine for my purpose but it could be a problem elsewhere that I am not using.

This code has been stable since 1996. I hope that there is someone still able to address this question.

Direct Responses: Write a response