in reply to (tye)RE: Converting C #define to 'use constant' statements
in thread Converting C #define to 'use constant' statements
Yes, but part of my point--no, I didn't mention it :)--was that the
original script was reading the entire input into memory. The
slight rewrite I did doesn't do that. And I realize that, w/ an
include file, it's probably not that much of an issue; but I don't
like the idea of reading an entire file into memory when it could
be done more easily as a filter.