The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Devel::CoreStack - try to generate a stack dump from a core file

SYNOPSIS

  perl -MDevel::CoreStack -e 'stack'

  perl -MDevel::CoreStack -e 'stack("../myperl", "./mycore", "debugger")'

DESCRIPTION

This module attempts to generate a stack dump from a core file by locating the best available debugger (if any) and running it with the appropriate arguments and command script.