Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: checksum of subroutine

by chromatic (Archbishop)
on Aug 10, 2012 at 20:18 UTC ( [id://986818]=note: print w/replies, xml ) Need Help??


in reply to checksum of subroutine

... but a coderef is only good for executing code, not for seeing the code itself.

It's enough, with the core module B::Deparse:

use B::Deparse; my $deparse = B::Deparse->new( '-p', '-sC' ); my $source = $deparse->coderef2text( \&some_func );

Replies are listed 'Best First'.
Re^2: checksum of subroutine
by mnooning (Beadle) on Aug 13, 2012 at 16:58 UTC

    This looks like it will serve the case where the software modules are wrapped up in a single Perl PAR executable, wherein I cannot get at the individual files.

    This begs the question "Why would this situation ever arise? I can only tell you there are reasons.

    I love CPAN. Thanks!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://986818]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-26 00:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found