Help for this page
#!/usr/bin/perl -w ... my $det = determinant($mat); print "$det\n";
syntax error at ./test.pl line 7, near "pdl [" Execution of ./test.pl aborted due to compilation errors.