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

  1. package URI::_login;
  2.  
  3. require URI::_server;
  4. require URI::_userpass;
  5. @ISA = qw(URI::_server URI::_userpass);
  6.  
  7. # Generic terminal logins.  This is used as a base class for 'telnet',
  8. # 'tn3270', and 'rlogin' URL schemes.
  9.  
  10. 1;
  11.