hmm,
BTW, What should { a } return by default?
an hash ref or An error?
Fixed.
> hmm,
>
> BTW, What should { a } return by default?
> an hash ref or An error?
Neither: a code block that exectues the (probably undefined) function
"a" with no arguments.
Luke