#!usr/bin perl -w use strict; if ("1" eq "2") { print hello(); } sub helloBROKEN { print "hello world\n"; }