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.
Feeling your pain (Score:1)
My favorite little quirk so far is the lack of block specific variable scoping. For example variables created in cffunctions still have the same global scope as those created outside of functions.
You can get around this using CFscript's Var() operator to locally scope variables. But then you can't use any CFML constract, for example cfquery.
So a function can be sane, or useful, but not both.
Reply to This
Re:Feeling your pain (Score:2)