Untouchable numbers: Difference between revisions

m
→‎{{header|REXX}}: changed wording in the REXX section header.
(Added Perl)
m (→‎{{header|REXX}}: changed wording in the REXX section header.)
Line 582:
<br>that consumes the most CPU time.
 
This version doesn'tof appearREXX would need a 64-bit version to calculate the correct number of untouchable numbers for one million.
<lang rexx>/*REXX pgm finds N untouchable numbers (numbers that can't be equal to any aliquot sum).*/
parse arg n cols tens over . /*obtain optional arguments from the CL*/