I am trying to create paths using variables as follows:
set var=foo
set path="/home/user/prefix_$var_suffix/bar"
What is the proper way to embed the variable so that it doesn't keep reading past the _
. As a bonus, is there a syntax that will work for perl and csh (or bash at the least)?