sub foo (@$); .... # Some usage of foo() here .... sub foo (@$) { # Blah blah blah }