NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Hmm (Score:2)
Re:Hmm (Score:2)
With variable names and file names, it's just easier to remember. With SQL, I'm constantly having to refer back to the column names to make sure I have them right. Also, we setup a transparent gateway with Oracle, but the case sensitivity means you have to wrap all of the column names in double quotes, so it's extra typing.
That, perhaps, is a bit "fluffy", but I cannot think of a good reason to have case sen
Re: Thought for the day #4 (Score:1)
It's used for the sys% tables as well, which is why you have that problem.
Re: Thought for the day #4 (Score:2)