start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: carp Chapter 8
Standard Modules
Next: Reference: confess
 

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
";


Previous: Reference: carp Perl in a Nutshell Next: Reference: confess
Reference: carp Book Index Reference: confess

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.