<% @testing = ("SILVER","Doug"); foreach (@testing) { print "test $_
\n";} %>