Thanks for the rapid response, Eric. > http://search.cpan.org/~kgb/ExtUtils-F77-1.16/F77.pm
Nice catch. Another book on the pile. > And perhaps `apt-cache show cfortran` or something. It seems like the > main challenge is to wrap the fortran with some C/XS. Have you used > fortran libraries via C? I have a bit of experience wrapping Fortran in C and vice versa - my background is scientific computing. My standard reference on dealing these issues has historically been the ATLAS documentation and source. My present most serious gap in knowledge is likely going to be XS.