Robert May wrote:

> Recommended:  Use the UserData() method - this is exactly what this 
> method is intended for:
>
> $object->UserData($whatever); # store scalar with object
> my $w = $object->UserData();  # retrieve previously stored scalar

Thank you very much.
UserData() seems to be the way to go!

/Leif


Reply via email to