@list = ( 'item one', 'item two', 'item three', ## <- unnecessary punctuation ); #### @list = ( 'item one' ,'item two' ,'item three' );