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

Concrete Context

@colors    = qw( blue green red yellow );
@backwards = reverse @colors;
$hamster   = @backwards + 84;
Copyright © 2005 Ian Langworth