This chapter provides tutorial examples and notes about symbolic (or soft) references. Topics include replacing variable or function identifiers with string expressions in curly brackets {}; using scalar variables without {}; using the dereference operator -> with array, hash, or function subscription: EXPR->[*], EXPR->{*}, or EXPR->(*).