- Engineering
- Computer Science
- write a perl program which performs the following task given...
Question: write a perl program which performs the following task given...
Question details
Write a Perl program which performs the following task: Given an array called @all, create a new array called @lower containing only the values in @all that were all lowercase to begin with. my @all = qw(AAA bbb Ccc ddD EEE);
Solution by an expert tutor
