The program matopmul.pl fails to execute under Perl 5.32
Adding the following line resolves the problem, use lib ".";
use lib ".";
Log in to post a comment.