home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 July / APC0407D2.iso / workshop / apache / files / ActivePerl-5.8.3.809-MSWin32-x86.msi / _6b6409f37f71b511656a05bd6f9f3c39 < prev    next >
Encoding:
Text File  |  2004-02-02  |  102 b   |  8 lines

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