in reply to Re: Weak references are not implemented
in thread Weak references are not implemented

Earlier and later ActiveState builds of Perl 5.8.8 both support weaken:

Build 817:

>perl -e"use Scalar::Util qw( weaken );" >

Build 824:

>perl -e"use Scalar::Util qw( weaken );" >

So either