my $primary = Primary->instance; my $name = $primary->name; # or if you only need one item from it my $name = Primary->instance->name;