Help for this page

Select Code to Download


  1. or download this
    sub process {
        my $number = shift;
    ...
          shared_clone( { $number => factorial($number) } );
        $semaphore->up;
    }
    
  2. or download this
    for my $key ( sort { $a <=> $b } keys %result ) {
        my $ref = $result{$key};
    ...
            say qq($k => $v);
        }
    }