in reply to Interpolating strings within strings

Use sprintf.

return sprintf "cd %s", $FTPPath;