The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

FusionInventory::Agent::Threads - Backported threads::shared functions

DESCRIPTION

This module contains backported threads::shared functions for perl 5.8 compatibility.

FUNCTIONS

shared_clone($variable)

"shared_clone" takes a reference, and returns a shared version of its argument, performing a deep copy on any non-shared elements. Any shared elements in the argument are used as is (i.e., they are not cloned).