my $object = Foo->new('admin'); #### sub change_config { my $self = shift(); return unless $self->{status} ne 'admin'; ... }