built-in (notcomparable)
|
|
FUNCTION
is a string starting withCORE::
, the rest is taken as a name for a Perlbuiltin. If thebuiltin's arguments cannot be adequately expressed by a prototype (such as system),prototype()
returnsundef
, because thebuiltin does not really behave like a Perl function. Otherwise, the string describing the equivalent prototype is returned.“
|