print "\nUsing only ():\n";definedAfterWithoutArguments(); sub definedAfterWithoutArguments{ print "definedAfterWithoutArguments\n";}