home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip Temmuz 2004.iso / program / antispam / RazorAgent_SDK / razor-agents-sdk-2.03.exe / URI-1.19 / URI / ssh.pm < prev    next >
Encoding:
Perl POD Document  |  2001-11-01  |  131 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.