<br><br><div class="gmail_quote">On Thu, Feb 9, 2012 at 3:17 PM, Jonathan Otsuka <span dir="ltr"><<a href="mailto:djgoku@gmail.com">djgoku@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Create a module that has these large structures?<br clear="all"></blockquote></div><br>that's the simplest one. Create a module that gives you the hash in its EXPORTS list.<br><br><br>package djgoku::data::HundredLineHash;<br>
use Exporter 'import';<br>our @EXPORT = qw/ %HundredLineHash /;<br>our %HundredLineHash = (<br>    ...<br>);<br>1;<br><br>