Help for this page

Select Code to Download


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