in reply to Re: OO Perl and AUTOLOAD
in thread OO Perl and AUTOLOAD
And type handler# locations _locations => [ ['????'] , 'read.write.noinit.array' + ], _refseqposition => [ { } , 'read.write.noinit.hash' + ], # licrinfo _licr_info => [ ['????'] , 'read.write.noinit.array' + ],
Now AUTOLOAD works good from the caller! THANKS TO ALL!# Added Type handler sub _check_type { my ($self,$attribute,$type) = @_; $_attribute_properties{$attribute}[1] =~ /$type/; }
|
|---|