juo has asked for the wisdom of the Perl Monks concerning the following question:
Hello,
I would like to know if anybody has any idea on how I can share a file into memory of Windows and how I can read this file using Perl instead of writing a file to the hard disk. Often I create some file with some parameters which then later on or read and processed but I heared that in Visual C++ you can write files to memory and don't need to write them to hard disk. Does anybody know if this is also possible in Perl and how this can be done.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How to share a file in memory instead of hard disk
by davido (Cardinal) on Aug 27, 2004 at 03:47 UTC | |
Re: How to share a file in memory instead of hard disk
by BrowserUk (Patriarch) on Aug 27, 2004 at 09:33 UTC | |
Re: How to share a file in memory instead of hard disk
by Crian (Curate) on Aug 27, 2004 at 09:16 UTC | |
Re: How to share a file in memory instead of hard disk
by zentara (Cardinal) on Aug 27, 2004 at 14:25 UTC | |
by davido (Cardinal) on Aug 27, 2004 at 14:30 UTC |