in reply to
Stack Trace
Hate to burst your bubble... but
cluck()
is the non-fatal equivalent to
confess()
...
$_="goto+F.print+chop;\n=yhpaj";F1:eval
Comment on
RE: Stack Trace
Replies are listed 'Best First'.
RE: RE: Stack Trace
by
Adam
(Vicar)
on Oct 21, 2000 at 03:37 UTC
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. :-)
[reply]
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