=over =item local EXPR You really probably want to be using C instead, because C isn't what most people think of as "local". See L for details. A local modifies the listed variables to be local to the enclosing block, file, or eval. If more than one value is listed, the list must be placed in parentheses. See L for details, including issues with tied arrays and hashes. =back