in reply to Re^3: Deriving meaning from source code, some code is self documenting
in thread Deriving meaning from source code, some code is self documenting
Having those available might be useful (of course you can read the source as well, but you might want to see that from a different module).sub foo { my ($needle, @haystack) = @_; ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Deriving meaning from source code, some code is self documenting
by DStaal (Chaplain) on Dec 09, 2008 at 18:00 UTC |