Hi Monks,
I want to store some data for example a "number".
When my perl script runs it uses this number and based on the value of it, it does some task and after that it performs some operation on the number and exits.
The number has to be persistent. And if the perl script is ran in a different machine it should work seemlessly.
Regards