pkgsrc-WIP-review archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pease review wip/p5-News-Newsrc



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Hi again,

News::Newsrc manages newsrc files

you can test it with a classic nntp ~/.newsrc file and the following piece of perl code :

#!/usr/pkg/bin/perl -w

use News::Newsrc;

$newsrc   = new News::Newsrc;

$ok       = $newsrc->load;
@lines    = $newsrc->export_rc;

foreach (@lines) {
    print $_."\n";
}

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)

iD8DBQFB48wLFG3BlGWyzUIRAjFHAJ95gKBJiPOVMYQw1xW31+3hc0oWkACbBUW0
WcoDnBfUTZRoVRt1hW91auQ=
=Wlsl
-----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