package TryOut; use strict; use warnings; sub new { use Object::InsideOut; my @data :Field( 'Standard' => 'data', 'Permission' => 'private'); } 1;