usr/bin/env perl use Modern::Perl; my @matrix… ... What you want is probably push @matrix, [@row] to push the row as an array reference.
確定! 回上一頁