Compile and call inlined Fortran 2003 source code from Perl
This project features the use-case "matopmul" to demonstrate the operation of the Perl module Inline::F2003. This module allows modern Fortran source to be compiled and executed from Perl in a transparent manner. The program "matopmul.pl" performs a matrix multiplication. The matrix multiplication is written in Fortran 2003 and inlined in the Perl program.