Hello all,
I have 2 questions concerning ties.
I use Config::Inifiles and tie a hash to an ini-file.
Is the hash filled with the data from the file at the tie or at usage of the hash?
With discussion with others I get the idea that the data is filled at usage, which leads to my next question: If the variable is filled at the tie, does the hash keep the data or is it thrown away again?
It is important for me to reduce the file-access so thats why I wanna know...
I have 2 questions concerning ties.
I use Config::Inifiles and tie a hash to an ini-file.
Is the hash filled with the data from the file at the tie or at usage of the hash?
With discussion with others I get the idea that the data is filled at usage, which leads to my next question: If the variable is filled at the tie, does the hash keep the data or is it thrown away again?
It is important for me to reduce the file-access so thats why I wanna know...