LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Memory management through Perl (https://www.linuxquestions.org/questions/linux-general-1/memory-management-through-perl-107492/)

nbp 10-23-2003 05:04 AM

Memory management through Perl
 
For a project, we have to keep variables loaded in memory always, even after a script exits.

For eg: A database needs to be stored in the form of a hash and needs to be accessed by several scripts. The task is to keep the
hash loaded in memory always till the system reboots.

Is there a way of doing this?

Expecting an answer,
Thank you.

hw-tph 10-23-2003 05:06 AM

The rules of this board states that we don't help out with homework. I have one little piece of help for you though: environment variables. ;)

Håkan

nbp 10-27-2003 04:20 AM

Can you please tell us how to create new environment variables?


All times are GMT -5. The time now is 02:09 AM.