{ my %_attrs = ( _name => undef, _artist => undef, ); sub _accessible { exists $_attrs{$_[1]}} }