Searched refs:_POST (Results 1 – 1 of 1) sorted by relevance
329 $nntp->_POST() && $nntp->datasend(@_)336 return unless $nntp->_POST();672 sub _POST { shift->command('POST',@_)->response == CMD_MORE } subroutine