On Mon, Mar 17, 2003 at 10:03:29PM -0500, Uri Guttman wrote: : but that is a good name IMO. $s is static vs dynamic (on the stack). the : other overloaded meanings of static from c/c++ are baggage we can drop.
Gee, if static var makes a subroutine stateful, maybe it's just: state $s = 0; Larry