FILE: C:\Program Files (x86)\Plesk\perl\lib\diagnostics.pm
--
package diagnostics;
=head1 NAME
diagnostics, splain - produce verbose warning diagnostics
=head1 SYNOPSIS
Using the C pragma:
use diagnostics;
use diagnostics -verbose;
diagnostics->enable;
diagnostics->disable;
Using the C standalone filter program:
perl program 2>diag.out
splain [-v] [-p] diag.out
Using diagnostics to get stack traces from a misbehaving script:
perl -Mdiagnostics=-traceonly my_script.pl
=head1 DESCRIPTION
=head2 The C Pragma
This module extends the terse diagnostics normally emitted by both the
perl compiler and the perl interpreter (from running perl with a -w
switch or C