Path to this page:
./
devel/p5-Devel-Trace,
Print out each line before it is executed (like sh -x)
Branch: pkgsrc-2010Q3,
Version: 0.10nb1,
Package name: p5-Devel-Trace-0.10nb1,
Maintainer: pkgsrc-usersThis provides a 'meatier' version of caller:
caller_cv($level)
caller_cv gives you the coderef of the subroutine being invoked
at the call frame indicated by the value of $level
caller_args($level)
Returns the arguments passed into the caller at level $level
caller_vars( $level, $names ) =item called_with($level, $names)
called_with returns a list of references to the original
arguments to the subroutine at $level. if $names is true, the
names of the variables will be returned instead
constants are returned as undef in both cases
called_as_method($level)
called_as_method returns true if the subroutine at $level was
called as a method.
Required to run:[
lang/perl5]
Required to build:[
lang/perl5]
Master sites: (Expand)
SHA1: 56448370552b809052e99391bf911b47068b7fda
RMD160: b0ebeeb573efb86f03ec3ce1844674f6250b7cdb
Filesize: 2.447 KB
Version history: (Expand)
- (2010-10-17) Package added to pkgsrc.se, version p5-Devel-Trace-0.10nb1 (created)