Searched defs:coderef2text (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm670 sub coderef2text { subroutine
673 croak "Usage: ->coderef2text(CODEREF)" unless UNIVERSAL::isa($sub, "CODE");
4370 $body = $deparse->coderef2text(\&func);
4431 directives. So if you then compile the code returned by coderef2text,
4519 =head2 coderef2text
4521 $body = $deparse->coderef2text(\&func)
4522 $body = $deparse->coderef2text(sub ($$) { ... })

Completed in 25 milliseconds