Help for this page

Select Code to Download


  1. or download this
    my $self = bless(
        {
            log => undef,
        },
        $package
    );
    
  2. or download this
    use strict;
    use warnings;
    use utf8;
    use 5.10.0;
    no warnings 'experimental::smartmatch';