The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::Shared::Remote

DESCRIPTION

Net::Shared::Remote is basically a front end to accessing data stored by Shared::Local objects on remote machines. Net::Shared::Remote also takes a hash as an argument, similarily to Net::Shared::Local. However, Net::Shared::Remote can take many more elements, and all of which are required (except debug).

name

The name that you will be using to reference this object.

ref

Ref will be the name of the Net::Shared::Local object on the machine that you are accessing. You MUST correctly specify ref (think of it as a "password") or you will be unable to access the data.

address

The address of the machine where the data that you want to access is located.

port

The port number where the data is stored on the machine which you are accessing

debug

Set to a true value to turn on debuging for the object, which makes it spew out all sorts of possibly useful info.

MORE

See Net::Shared's pod for more info.