in reply to Re: push with interpolated variable
in thread push with interpolated variable

Also, by saying "$value" you are making perl treat $value in string context when it might not be at string but a number, or a boolean, or a reference, or an object, etc.