home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Plus SuperCD (UK) 2000 May
/
PCP163A.iso
/
full
/
activeperl
/
APi522e.exe
/
data.z
/
snews.pm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Perl POD Document
|
1999-11-01
|
126 b
|
9 lines
package URI::snews; # draft-gilman-news-url-01
require URI::news;
@ISA=qw(URI::news);
sub default_port { 563 }
1;