home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Windows 2000 Professional Resource Kit
/
W2KPRK.iso
/
apps
/
perl
/
ActivePerl.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-10-14
|
126 b
|
9 lines
package URI::snews; # draft-gilman-news-url-01
require URI::news;
@ISA=qw(URI::news);
sub default_port { 563 }
1;