logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Object::Remote::Connection - An underlying connection for Object::Remote

Description

       This is the class that supports connections to remote objects.

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');

See Also

       "Object::Remote::Role::Connector::PerlInterpreter"
       "Object::Remote"

perl v5.38.2                                       2024-05-26                    Object::Remote::Connection(3pm)

See Also