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