home *** CD-ROM | disk | FTP | other *** search
/ Chip: Windows 2000 Professional Resource Kit / W2KPRK.iso / apps / perl / ActivePerl.exe / data.z / telnet.pm < prev    next >
Encoding:
Perl POD Document  |  1999-10-14  |  102 b   |  8 lines

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