in reply to A subroutine is a reference to a list of statements
will be pretty clear what it is doing. Why complicate things by replacing a perfectly good word (sub) with some cryptic symbol? This is Perl, not APL. How does it advance the language, or provide needed features to the language?sub foo { # # some collection of statements that do foo # return $status }
|
|---|