Hi all just a quick question - If I have a for loop in perl, how do I affect the 'parent' $_ variable from within it? Within the loop the $_ variable is equal to the counter.... but I want to append a string to $_ variable outside the loop.... Any clues?