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


in reply to use strict

use warnings; use strict; my @interests = ( "foo", "bar", "blah" ); $_ = "My interest is $_" for @interests; print $_,"\n" for @interests;