Perl Basics   «Prev  Next»

Create Perl Array -Exercise

Create a small program that lists the names of all the characters in a book you recently read (or a film you recently saw).
Use an array to store the data, and use the Perl join function to make it into a printable list.
Paste your source code and below and click the Submit button when you are finished.