Home
last modified time | relevance | path

Searched refs:_POST (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/lib/Net/
DNNTP.pm329 $nntp->_POST() && $nntp->datasend(@_)
336 return unless $nntp->_POST();
672 sub _POST { shift->command('POST',@_)->response == CMD_MORE } subroutine