my $var = something; # scalar context my ($var) = something; # list context