Help for this page

Select Code to Download


  1. or download this
    my %movies = get_hash(
      file => data_file('Movies','movies.txt'),
    ...
      file => data_file,
      headings => [qw(gem image_mineral image_gemstone gemstone_library ge
    +mstone_gbg tradeshop)],
    );
    
  2. or download this
    package Base::Data;
    use strict;
    ...
    }
    
    1;
    
  3. or download this
    package Base::Roots;
    use strict;
    ...
    }
    
    1;