in reply to Re: Help me to understand code
in thread Help me to understand code
Basically the idea is to make what looks like a very simple DB query to get the value that you want. A typical .INI type file is short and these modules build a memory resident hash. Access is very performant. Sometimes I build a very "thin" layer on top of the CPAN module so I can ask a question like: IsValidCity('Houston'); or whatever.
|
|---|