There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

debug Perl-code

Recursively debug Perl-code.

The level of recursive debugging is shown in the prompt. For example ((trepan.pl)) indicates one nested level of debugging.

Examples:

debug finonacci(5)   # Debug fibonacci function
debug $x=1; $y=2;    # Kind of pointless, but doable.