print "Using & and ():\n";&definedAfterWithoutArguments(); # subroutine with no arguments defined after it is usedsub definedAfterWithoutArguments{ print "definedAfterWithoutArguments\n";}