home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Updates / Perl / Perl_Libs / site_perl / URI / URL / https.pm < prev    next >
Encoding:
Perl POD Document  |  1995-08-09  |  105 b   |  7 lines

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