There is no strict data types in perl as in other high level languages like Java so wouldn't that be a problem if a code in perl is to be a written by a big team of 20+ members ?"
Dear visitor, please use panel for submitting new questions.
Elnaz
05.11.14, 00:39
Write a Perl program which opens and reads input from a text file. In
this file, each line of text may have multiple occurrences of digit
strings. Your program will print the unique numbers within each line.
Your program will also print the total of these numbers. Using an
input file containing: 99 percent of the time, 99 out of 100 people
will not pick the number 1
Leave a comment
Thank you! Your comments have been successfully added. However, they need to be checked by the moderator before being published.
Comments
Dear visitor, please use panel for submitting new questions.
Write a Perl program which opens and reads input from a text file. In this file, each line of text may have multiple occurrences of digit strings. Your program will print the unique numbers within each line. Your program will also print the total of these numbers. Using an input file containing: 99 percent of the time, 99 out of 100 people will not pick the number 1
Leave a comment