Piers wrote:

   > The behaviour of the <my Dog $spot> syntax should simply be an
   > assertion of the invariant: 
   > 
   >    (!defined($spot) || (ref($spot) $spot->isa('Dog)))

        (!defined($spot) || (ref($spot) && $spot->isa('Dog')))


Otherwise, AMEN!

Damian

Reply via email to