use strict; my $test = 'hallo'; print $test; { my $test = 'test'; print $test; } print $test;