Help for this page
has 'fif' => ( is => 'rw', reader => '_fif' ); ... my $self = shift; return $self->_fif unless $self->password; }
has 'fif' => ( reader => '_fif' ); ... my $self = shift; return $self->_fif unless $self->password; }