You have a Perl syntax error. $word = @items[1][1]; should be $word = $items[1][1];
WeBWorK Problems
Using multidimensional arrays
This forum has a limit to the number of forum postings you can make in a given time period - this is currently set at 10 posting(s) in 1 day