in reply to Re: input and output data from Perl code to my Fortran code
in thread input and output data from PERL code to my Fortran code!!!

Dear moritz: Thank you for your kind help. To write data both from the commerical package and my Fortran code to a RAM Disk is possible, but I don't know how to read the data from a RAM disk for a fortran code, which is embedded as a part of a PERL code. Shin-Pon
  • Comment on Re^2: input and output data from Perl code to my Fortran code

Replies are listed 'Best First'.
Re^3: input and output data from Perl code to my Fortran code
by moritz (Cardinal) on Sep 16, 2009 at 09:07 UTC
    Reading from a RAM disk is just like reading from any other file - that's the beauty of it.

    Oh, and the programming language is spelled Perl, the interpreter is spelled perl - there is no PERL.

    Perl 6 - links to (nearly) everything that is Perl 6.