Re: connection notes
[email protected] (Ask Bjørn Hansen) Fri, 1 Jun 2012 20:34:31 -0700
| Newsgroups | perl.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
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