Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: printfChapter 5
Function Reference
Next: Reference: push
 

prototype

prototype function

Returns the prototype of a function as a string, or undef if the function has no prototype. function is the name of the function or a reference to it.


Previous: Reference: printfPerl in a NutshellNext: Reference: push
Reference: printfBook IndexReference: push