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

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. :-)
      Ok, fine. You win this time, Trebek.

      $_="goto+F.print+chop;\n=yhpaj";F1:eval