File Manager

Current Path : /usr/share/perl5/URI/
Upload File :
Current File : //usr/share/perl5/URI/ssh.pm

package URI::ssh;

use strict;
use warnings;

our $VERSION = '5.10';

use parent 'URI::_login';

# ssh://[USER@]HOST[:PORT]/SRC

sub default_port { 22 }

sub secure { 1 }

1;

File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com