Language Basics Perl

curly braces {} shields any characters that may be appended to the variable.
$var="net";
print "${var}work\n";