The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

use strict;
use FindBin qw($Bin);
use lib "$Bin/lib";
BEGIN {
$Array::2D::NO_REF_UTIL = 1;
require 'construction.pl';
}
note("Use perl's ref function for checking array references");
test_construction();