Help for this page

Select Code to Download


  1. or download this
    use Carp qw(cluck);
    sub foo { cluck(1) };
    ...
    
    # bar() is not shown in the stack trace,
    # but "here" never gets carped!