8.2. SCALAR and LIST Context

my @a = ("zero", "one", "two", "three");
my @b = @a;           # LIST context
my $c = @a;           # SCALAR context

if (@a) {
}

while (@a) {
}

If you are interested in on-site trainings by the author, please contact me directly.

Online courses:

Would you like to get
updated when I publish
the next article?

Follow me:

Google Plus Twitter RSS feed