in reply to input and output data from PERL code to my Fortran code!!!

Maybe there are modules available for that purpose: a quick search on CPAN gave me: Fortran::Format for F77 format and Fortran::F90Format for F90 I/O formatting. There are many more Fortran related modules however. You might be able to use them as building blocks to solve your problem or take a look at the source code for inspiration.

Maybe you should give some more (technical) details on how you envisage the interface to work.

HTH

Harry

  • Comment on Re: input and output data from PERL code to my Fortran code!!!

Replies are listed 'Best First'.
Re^2: input and output data from PERL code to my Fortran code!!!
by jushin-pon (Initiate) on Sep 16, 2009 at 08:23 UTC
    Dear Harry: Thank you for your kind help, and I feel your comments will be very helpful for my case. Best Regards, Shin-Pon