pkgsrc-WIP-review archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
please review wip/p5-NNTPClient
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi list,
- --snip--
This module implements a client interface to NNTP, enabling a Perl 5
application to talk to NNTP servers. It uses the OOP (Object Oriented
Programming) interface introduced with Perl 5.
- --snip--
you can try this module with the short program following :
#!/usr/pkg/bin/perl -w
use News::NNTPClient;
$c = new News::NNTPClient;
($first, $last) = ($c->group("fr.test"));
for (; $first <= $last; $first++) {
print $c->article($first);
}
# that's it
regards,
- -------------------------
iMil <imil%home.imil.net@localhost>
_
http://gcu-squad.org ASCII ribbon campaign ( )
- against HTML email X
& vCards / \
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (NetBSD)
iD8DBQFB48P9FG3BlGWyzUIRApThAJ9kaY2rSM29oUc1lfYpNk3rNKBlhwCfamlS
oXGiOAavK2eaBMtZ9yLiHcw=
=XVh/
-----END PGP SIGNATURE-----
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
pkgsrc-wip-review mailing list
pkgsrc-wip-review%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-review
Home |
Main Index |
Thread Index |
Old Index