Приглашаем посетить
Культурология (cult-lib.ru)

Reference: cluck

PreviousChapter 8
Standard Modules
Next
 

cluck

cluck msg

Warns of errors and prints a stack backtrace; reports the error as having occurred in the calling routine. Not exported by default.

use Carp qw(cluck);
cluck "text of error message";


PreviousHomeNext
Reference: carpBook IndexReference: confess