Help for this page
use strict; my $thing = strict->new;
sub new { # override UNIVERSAL::new require Carp; Carp::croak("$_[0] is not a class"); }