home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _0a24eea374bf8674f34b13d569c68459 < prev    next >
Encoding:
Text File  |  2004-06-01  |  103 b   |  8 lines

  1. package URI::rlogin;
  2. require URI::_login;
  3. @ISA = qw(URI::_login);
  4.  
  5. sub default_port { 513 }
  6.  
  7. 1;
  8.