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

Concrete Context

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