in reply to
Interpolating strings within strings
Use
sprintf
.
return sprintf "cd %s", $FTPPath;
Comment on
Re: Interpolating strings within strings
Download
Code
In Section
Seekers of Perl Wisdom