Help for this page

Select Code to Download


  1. or download this
    local @stack;
    $SIG{__DIE__} = sub { die(@stack, @_); };
    ...
    sub sub_that_dies {
        die "Foo";
    }
    
  2. or download this
    #=begin a
    require 'b';
    ...
    BOB!
    A! at /tmp/b line 3.
    Waka waka