Help for this page
use strict; use IPC::Shareable; ... my %colours; tie %colours, 'IPC::Shareable', $glue, { %options } or die "server: tie failed\n";
my $glue = 'data'; my %options = ( ... + \%options; my $filesDownloadedHandle = tie @filesDownloaded, 'IPC::Shareable', un +def, \%options;