On 5/18/01 9:23 PM, Damian Conway wrote:
> print %{(+$fh).prop};    # All the value's properties

...and my question is: why is the %{...} there?  Doesn't .prop return a
hash?  Looks like it here:

> print keys $foo.prop;           # prints "NumberHeard"
> print values $foo.prop;         # prints "loneliestever"

(that's checking the var's props and not the value's, but still...)

-John

Reply via email to