CPU: Perl, Fall 2005 Perl, Week 3: More Arrays, Context, Subroutines, Lexical Variables #13

Arrays in Strings

@players = qw# Mario Luigi Toad Princess #;
print "Players are @players\n";
print "Nothing to see (@things) here\n";
Copyright © 2005 Ian Langworth