in reply to Please explain 'list' assignment.

TIMTOWTDI - I prefer the option below, because it allows you to expand the list, without counting the number of variables, is easy to read, and is economical in the number of keystrokes required :
$_='Hello' for my ($x,$y,$z);

     "A closed mouth gathers no feet." --Unknown