home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / perl / mms.pm < prev    next >
Encoding:
Perl POD Document  |  2003-12-31  |  89 b   |  9 lines

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