in reply to Novice Question
Parameters aren't typed in Perl, so sub usage cannot be divined from their declarations. (One can't even tell if a sub is a method or not from looking at its declaration.) As such, this information must be communicated in the documentation. This can be accessed using
perldoc Module::Name
|
|---|