Hey Kevin, Thanks.
If I use strict then I have to declare all variables with my, is there a reason I would want to have a variable not local to the block it was declared in?
And when you say local, I assume that if I declare a variable inside a sub routine or library it's not shared with the...