>    > So... why the *$#$ is it getting into the loop?
>    > 
>    > There has to be a method to print out the *contents* of $fh, not
>    > just the values.
> 
> print $fh.true;               # Just the truth
> 
> print %{(+$fh).prop}; # All the value's properties
> 

um.. I'm not the greatest fan of this syntax.. what's the '+' for? And the 
parens? And I'm assuming that $fh.prop is a hash, can the property hash itself
have properties?

Ed

Reply via email to