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

NAME

App::perlfind::Plugin::Perlvar - Plugin to find documentation for syntax and concepts

SYNOPSIS

    # perlfind %SIG
    # (runs `perldoc -v %SIG`)

    # perlfind SIG
    # (the same)

DESCRIPTION

This plugin for App::perlfind knows where to find documentation for predefined variables and signals. It knows about things like

    OUTPUT_RECORD_SEPARATOR
    $^R
    __WARN__
    WARN
    QUIT