http://qs321.pair.com?node_id=285364


in reply to array confusion

Your two examples are not the same try doing:
foreach my $item (($name,$nerd,$noodle,$froodle,)) { # another brack +ets $item =~ s/$i_seek/ /g; }
and you'll see it doesn't work either

Hotshot