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-15 05:30:39.108072-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. A suggested change would be to allow a flag to have the output uppercase and default to what ever is in the header.
Direct Responses: Write a response