The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

CDD - Contextual::Diag shortcut for faster debugging

SYNOPSIS

    use CDD;

    if (cdd) { }
    # => warn "evaluated as BOOL in SCALAR context"

DESCRIPTION

Tired of typing use Contextual::Diag every time? CDD lets you quickly call!

Happy debugging!

SEE ALSO

Contextual::Diag