home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _d5ee52db716f0eee35d2ed60c9742dd3 < prev    next >
Text File  |  2004-06-01  |  97b  |  9 lines

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