Sub::Util(3p) Perl Programmers Reference Guide Sub::Util(3p)
Sub::Util(3p) Perl Programmers Reference Guide Sub::Util(3p) # Sub::Util(3p) Perl Programmers Reference Guide Sub::Util(3p) NNAAMMEE # Sub::Util - A selection of utility subroutines for subs and CODE references SSYYNNOOPPSSIISS # use Sub::Util qw( prototype set_prototype subname set_subname ); DDEESSCCRRIIPPTTIIOONN # "Sub::Util" contains a selection of utility subroutines that are useful for operating on subs and CODE references. The rationale for inclusion in this module is that the function performs some work for which an XS implementation is essential because it cannot be implemented in Pure Perl, and which is sufficiently-widely used across CPAN that its popularity warrants inclusion in a core module, which this is. ...