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 / ssh.pm < prev    next >
Encoding:
Perl POD Document  |  2001-11-01  |  122 b   |  10 lines

  1. package URI::ssh;
  2. require URI::_login;
  3. @ISA=qw(URI::_login);
  4.  
  5. # ssh://[USER@]HOST[:PORT]/SRC
  6.  
  7. sub default_port { 22 }
  8.  
  9. 1;
  10.