my $count = @rest; # 4 - because there are four items (scalar context) my ($first) = @rest; # 5 - because first item is 5 (list context)