[Kc] To use storable or not

David Nicol davidnicol at gmail.com
Thu Feb 9 17:25:26 PST 2012


On Thu, Feb 9, 2012 at 3:17 PM, Jonathan Otsuka <djgoku at gmail.com> wrote:

> Create a module that has these large structures?
>

that's the simplest one. Create a module that gives you the hash in its
EXPORTS list.


package djgoku::data::HundredLineHash;
use Exporter 'import';
our @EXPORT = qw/ %HundredLineHash /;
our %HundredLineHash = (
    ...
);
1;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.pm.org/pipermail/kc/attachments/20120209/172d5c34/attachment.html>


More information about the kc mailing list