Content area
Full text
There's no doubt that Perl is excellent at gluing together outside-world programs and data, but it is also good at the pure programming problems you might find in a beginning computer-science course. For example, let's take a look at that common task in your typical first-year computer course-finding prime numbers.





