in reply to Re: Hash Question
in thread Hash Question

itīs a matter of taste, but i whouldnīt store data in modules but in datafiles, textfiles, databases etc.
modules are for sharing code, not data.

Replies are listed 'Best First'.
Re: Re: Re: Hash Question
by Anonymous Monk on Feb 18, 2004 at 03:09 UTC
    Except when modules are for sharing data (HTTP::Status, Unicode::CharName , etc)