($foo = 'a string'); { ($foo = 'localised'); print($foo, $/); } print($foo, $/); - syntax OK