use strict; use warnings; my $stuff = undef; BEGIN { $stuff = 1; } print "$stuff\n";