Help for this page
$foo = "a string"; { ... localised localised
($foo = 'a string'); { ... } print($foo, $/); - syntax OK