Help for this page
my @array = ( \ $one, \ $two, \ $three); foreach my $item (@array){ ... $$item = 'no'; } }