NAME
Data::MPQ::Archive::BlockTable - Perl module to work with MPQ archive files
SYNOPSIS
use Data::MPQ;
my $mpq = Data::MPQ->new(filename => 'my_game.sc2replay');
$mpq->parse;
my $archive = $mpq->archive;
print $archive->file('(listfile)')->slurp;
DESCRIPTION
This module grant you a simple interface to the archived files
METHODS
AUTHOR
cono q@cono.org.ua
C corporation (c)