Path: usenet.cis.ufl.edu!usenet.eel.ufl.edu!newsfeed.internetmci.com!psgrain!nntp.teleport.com!usenet
From:
[email protected] ( BIU)
Newsgroups: comp.lang.perl.announce,comp.lang.perl.misc,comp.lang.perl
Subject: Devel::DumpStack and Devel::CallerItem
Followup-To: comp.lang.perl.misc
Date: 3 Aug 1995 02:48:28 GMT
Organization: Imperial Cancer Research Fund
Lines: 27
Approved:
[email protected] (comp.lang.perl.announce)
Message-ID: <
[email protected]>
NNTP-Posting-Host: linda.teleport.com
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: usenet.cis.ufl.edu comp.lang.perl.announce:93 comp.lang.perl.misc:2855 comp.lang.perl:55480
Subroutine stack modules.
Devel::DumpStack new release (version 1.1).
Provides access to the current stack of subroutine calls, and dumping
the stack in a readable form. This module extracts functionality from
the sigtrap module and adds some enhancement.
Requires Devel::CallerItem.
Devel::CallerItem new module
Devel::CallerItem objects hold all the information about a specific
function call on the stack. The information is basically that obtained
from caller and @DB::args, packaged into an object. This comes with
some useful methods to print the object in a nice way.
These modules and my other ones are now available through
ftp://ftp.icnet.uk/icrf-public/biu/perlmods/JACKS.html
--
Jack
[email protected]
If you only have a hammer, you tend to see every problem as a nail.
-- Maslow