NAME

Net::Objwrap::ProxyS - handle for proxy access to remote Perl object

VERSION

0.08

DESCRIPTION

See Net::Objwrap for a description of this module and instructions for using it.

Net::Objwrap::Proxy describes a client-side class that provides a handle for access to a remote object of reference type HASH or ARRAY, and provides facilities, through overload, to dereference a proxy object as if it were a reference to a hash or an array. It is cumbersome to use an object that is overloaded for use a dereferenced hash, array, and scalar, and so this separate class, Net::Objwrap::ProxyS, is available to provide remote access to objects of SCALAR reference type.

From the user's perspective, method calls, overloading, and dereferencing of a Net::Objwrap::ProxyS proxy object should work the same way as for a Net::Objwrap::Proxy object, and there is little need for the user to know which type of object is being used to access the remote object.

LICENSE AND COPYRIGHT

Copyright (c) 2017, Marty O'Brien.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.

See http://dev.perl.org/licenses/ for more information.