Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    my @array = map { $_ / $totalSum } @nums;
    
    print "The required numbers are: @array";
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    my @array = map { $_ / $totalSum } @nums;
    
    print "The required numbers are: @array";