CPU: Perl, Fall 2005 Perl, Week 2: Arrays, Hashes, Control Structures #27

Elements of an Array

$sides[0] = 'sweet potatoes';
$sides[1] = 'mac & cheese';
$sides[2] = 'apples';
$sides[3] = 'cornbread';
Copyright © 2005 Ian Langworth