in reply to Re^2: More comprehensive style guide for Perl docs than perlpodstyle?
in thread More comprehensive style guide for Perl docs than perlpodstyle?
> to indicate that an argument to a method is optional
not to the typing of single arguments.
I also prefer lists with meaningful variable names with sigils.
This makes it easier for users to simply copy and adapt it.
Though probably
fetch_clients( $names_aref )
Is better written as
fetch_clients( \@names )
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
FootballPerl is like chess, only without the dice
|
|---|