home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _aa9c545ad593ceb5a9d62218dea2e1e4 < prev    next >
Text File  |  2000-03-15  |  96b  |  8 lines

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