- or download this
package My::Big::Data::Structure;
our $BigDataStructure = ...
- or download this
# make a local reference
# to it to save typing
my $big_data_struct = $My::Big::Data::Structure::BigDataStructure;
- or download this
PerlRequire "path/to/startup.pl"
- or download this
use My::Big::Data::Structure;
$My::Big::Data::Structure::BigDataStructure = build_big_data_strucure(
+);