home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Plus SuperCD (UK) 2000 May
/
PCP163A.iso
/
full
/
activeperl
/
APi522e.exe
/
data.z
/
rlogin.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
|
103 b
|
8 lines
package URI::rlogin;
require URI::_login;
@ISA = qw(URI::_login);
sub default_port { 513 }
1;