my $repl = '//div[@id="abc"]'; s/.../$repl/ #### s{...}{ q{//div[@id="abc"]} }e #### s{...}{ '//div[@id="abc"]' }e #### s{...}'//div[@id="abc"]'