1Object::Remote::ConnectUisoenr(3C)ontributed Perl DocumeOnbtjaetcito:n:Remote::Connection(3)
2
3
4
6 Object::Remote::Connection - An underlying connection for
7 Object::Remote
8
9 use Object::Remote;
10
11 my $local = Object::Remote->connect('-');
12 my $remote = Object::Remote->connect('myserver');
13 my $remote_user = Object::Remote->connect('user@myserver');
14 my $local_sudo = Object::Remote->connect('user@');
15
16 #$remote can be any other connection object
17 my $hostname = Sys::Hostname->can::on($remote, 'hostname');
18
20 This is the class that supports connections to remote objects.
21
23 "Object::Remote::Role::Connector::PerlInterpreter"
24 "Object::Remote"
25
26
27
28perl v5.32.0 2020-07-28 Object::Remote::Connection(3)