sub foo {    # ...        my $content = $self->header($msgid, $lines);        $self->_write2file(CONTENT => $content,                       FH      => $fh);    # ... }