Help for this page

Select Code to Download


  1. or download this
    use Sharable;
    
    ...
    );
    
    Sharable::give_away(%contracts);
    
  2. or download this
    use Sharable;
    
    ...
    my $received_stuff = Sharable::get_data($pid);
    
    # $received_stuff will be similar to %contracts