Help for this page

Select Code to Download


  1. or download this
    my $schema = {
        section => {
    ...
            },
        },
    };
    
  2. or download this
    use warnings;
    use strict;
    ...
        return unless ref $_[1];
        die "Parameter " . mkpath( $_[3] ) . " should be a scalar!";
    }