Help for this page

Select Code to Download


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