my $scalar = ('this', 'is', 'a', 'list'); print $scalar; # prints 'list'