my $foo = "stuff"; @data = ; foreach (@data) { s/XXYY/$foo/; print; } __DATA__ XXYY XXYY test