Help for this page

Select Code to Download


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