Help for this page

Select Code to Download


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