in reply to
RE: Stack Trace
in thread
Stack Trace
not quite.
cluck()
goes to STDERR
(via
warn
)
. Doing it my way gets the stack trace into a variable, namely
$@
, and this means I can do whatever I want with it, without having to redirect STDERR. :-)
Comment on
RE: RE: Stack Trace
Replies are listed 'Best First'.
RE: RE: RE: Stack Trace
by
japhy
(Canon)
on Oct 21, 2000 at 03:40 UTC
Ok, fine. You win this time, Trebek.
$_="goto+F.print+chop;\n=yhpaj";F1:eval
[reply]
In Section
Cool Uses for Perl