in reply to Re: Syntax errors in setting path..
in thread Syntax errors in setting path..

... or interpolation.

>perl -wMstrict -le "my %options = qw(v foo/...); $options{'v'} =~ s{ /\.\.\. }{}xms; my $optv_modem = qq{$options{'v'}/modem/...}; print qq{'$optv_modem'}; " 'foo/modem/...'