On Thu, Feb 9, 2012 at 3:17 PM, Jonathan Otsuka <[email protected]> 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;
_______________________________________________ kc mailing list [email protected] http://mail.pm.org/mailman/listinfo/kc
