{ my @array = ( 1, 2, 3, 4, 5 ); print "\@array is in scope: @array\n"; } print "\@array is out of scope: @array\n";