use strict; use warnings; no feature "say"; sub say { print "nothing"; } say 'test';