Help for this page
&foo; sub foo { print "Hello\n" }
foo; # does not call foo() sub foo { print "Hello\n" } foo; # calls foo()