The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Data::MPQ::Archive::HashTable - Perl module to work with MPQ archive hash table

SYNOPSIS

    use Data::MPQ;
    use Data::MPQ::Constants qw(DEFAULT_LANGUAGE DEFAULT_PLATFORM);

    my $mpq = Data::MPQ->new(filename => 'my_game.sc2replay');
    $mpq->parse;

    my $archive = $mpq->archive;

    print $archive->
        hash_table->
        find_hash_entry('(listfile)', DEFAULT_LANGUAGE, DEFAULT_PLATFORM)->
        file_block_index;

DESCRIPTION

This module parse and give you an access to MPQ hash table

METHODS

AUTHOR

cono q@cono.org.ua

C corporation (c)