Re: connection notes
[email protected] (Matt Simerson) Fri, 1 Jun 2012 21:56:41 -0700
| Newsgroups | perl.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
https://github.com/smtpd/qpsmtpd/pull/18 Matt On Jun 1, 2012, at 8:34 PM, Ask Bjørn Hansen wrote: > On Jun 1, 2012, at 20:25, Matt Simerson <[email protected]> wrote: > >> Which is preferred within a plugin? >> >> $self->qp->connection->notes >> >> or >> >> $self->connection->notes > > Assuming the second method is just a proxy for the first, then use the shorter version. > > > Ask