home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _5d34f88d43f4eb8aecdbebabfc5559e6 < prev    next >
Encoding:
Text File  |  2004-06-01  |  96 b   |  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.