Next The Perl Hardware Store DC.pm Version 52

Autocroaking

        use Carp qw(carp croak);
     if (some unlikely error condition occurs) {
       require Carp;
       Carp::croak("Millions for defense, but not one cent for tribute");
     }



Next Copyright © 2003 M. J. Dominus