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.
Look at CFSCRIPT (Score:2)
--
xoa
Re:Look at CFSCRIPT (Score:1)
Jason
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.
Re:Feeling your pain (Score:2)