given this fragment

has 'mylist' => (isa => 'ArrayRef', default => sub { [] });

at a point in my code later on I want to clear it to reset it so I do

$self->mylist([]);

Is there anyway I could invoke the default? Something like

$self->mylist()->default();

Thanks


-- 
Matthew O. Persico

Reply via email to