Help for this page
sub fn { sub { 3 } }
sub fn { return: 3 }
sub foo {return 3;} print foo(); __END__ 3