in reply to Re: Subroutine that modifies actual variable
in thread Subroutine that modifies actual variable
I feel rather silly, since i've been coding perl for around a year and have never tried to modify $_[0] directly, i've always assigned it to another var. Thank you.