home *** CD-ROM | disk | FTP | other *** search
/ CLIX - Fazer Clix Custa Nix / CLIX-CD.cdr / mac / lib / URI / URL / whois.pm < prev   
Text File  |  1996-08-01  |  112b  |  7 lines

  1. package URI::URL::whois;
  2. require URI::URL::_generic;
  3. @ISA = qw(URI::URL::_generic);
  4.  
  5. sub default_port { 43 }
  6. 1;
  7.