Help for this page
{ our $var = 20; } print("$var\n"); # 20
use strict; { our $var = 20; } print("$var\n"); # Compile-time error.