Help for this page
use feature 'say'; ... sub not_say { print 'not saying'; }
use strict; ... --output:-- xyz
use strict; ... --output:-- hello
use strict; use warnings; ... --output:-- hello