home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 July / APC0407D2.iso / workshop / apache / files / ActivePerl-5.6.1.638-MSWin32-x86.msi / _0a24eea374bf8674f34b13d569c68459 < prev    next >
Encoding:
Text File  |  2004-04-13  |  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.