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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.24 Carp Chapter 8
Standard Modules
Next: Reference: cluck
 

carp

carp 

msg

Warns of an error; reports the error as having occurred in the calling routine, not in the routine that contains the carp .

Use Carp; carp "
text of error message
";


Previous: 8.24 Carp Perl in a Nutshell Next: Reference: cluck
8.24 Carp Book Index Reference: cluck