table of contents
Object::Remote::Connection(3pm) | User Contributed Perl Documentation | Object::Remote::Connection(3pm) |
NAME¶
Object::Remote::Connection - An underlying connection for Object::Remote
use Object::Remote; my $local = Object::Remote->connect('-'); my $remote = Object::Remote->connect('myserver'); my $remote_user = Object::Remote->connect('user@myserver'); my $local_sudo = Object::Remote->connect('user@'); #$remote can be any other connection object my $hostname = Sys::Hostname->can::on($remote, 'hostname');
DESCRIPTION¶
This is the class that supports connections to remote objects.
SEE ALSO¶
- "Object::Remote::Role::Connector::PerlInterpreter"
- "Object::Remote"
2024-05-26 | perl v5.38.2 |