advanced code snippet search
alfirth on 05/21/11
stack trace caller
05/21/11 10:12am
push @callers, $_ while ( defined ( $_ = (caller($i++))[3] ) ); my $trace = join(' <== ', @callers);
Report this snippet Tweet
Comment:
You need to login to post a comment.