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