# $y = 'hello'; #error under use strict our $y = 'hello'; print $y, "\n"; #hello