Help for this page

Select Code to Download


  1. or download this
    sub find_share {
      my ($target, $treasures) = @_;
    ...
      printf "rslt1= %s\n",join ',',@$rslt1;
      printf "rslt2= %s\n",join ',',@$rslt2;
    }
    
  2. or download this
    my $share_1 = find_share($total/2, [@_]);