Help for this page

Select Code to Download


  1. or download this
    my %results = ();
    $pfm->run_on_finish( sub {
    ...
        # surely this is sequential code here so no need to lock %results,
    + right?
        @results{keys %$data} = values %$data;
    });