DEBUG = 0 { use warnings; use strict; my(@a) = 1..3; 1 / @a; }