- or download this
use Test::More;
...
is_deeply( \@result, $wanted, $name );
}
- or download this
my @substr_mat = ();
my $substr_tmp1 = ();
...
$substr_mat[$m++] = $substr_tmp2;
}
}
- or download this
my @substr_mat = ();
my %map1 = ();
...
? $substr_tmp1
: $substr_tmp2;
}