![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: FAQ Posting problem
From: VK <schools_ring@yahoo.com>
Date: Sat Apr 29 2006 - 22:51:04 CEST
Jim Ley wrote:
And I say again that if you have a log/pass for NNTP server then the
Just in case I got in troubles to get a temporary authen NNTP account
The details are regular:
Whatch single/double quotes if editing (in Perl single quote literals
check out that shebang (#!/usr/bin/perl) corresponds to your Perl
upload as ASCII
chmod 755
notify CRON (I guess you have a web interface for it)
#!/usr/bin/perl
# Insert current block generating
$req = Net::NNTP->new('your.news.server') or die($!);
exit(0);
|