PROTOTYPE

NAME
SYNOPSIS
DESCRIPTION

NAME

prototype - get the prototype (if any) of a subroutine

SYNOPSIS

prototype FUNCTION

DESCRIPTION

Returns the prototype of a function as a string (or undef if the function has no prototype). FUNCTION is a reference to, or the name of, the function whose prototype you want to retrieve.