change variable manager expansion style from ${} to %{}
this is less confusing, because it doesn't look like an environment variable expansion under unix. the syntax is a hybrid of printf format specifiers and braced unix variable expansions.
Please register or sign in to comment