I have updated acpi-extract.pl and renamed it to acpiTableExtract.pl and pushed it to its own Github repository (version on Dropbox will no longer be maintained). This makes it much easier to find with Google and here is how to get it:
sudo curl -o ~/acpiTableExtract.pl https://raw.githubusercontent.com/Piker-Alpha/acpiTableExtract.pl/master/acpiTableExtract.pl
This command will download the file to your user directory and the next step is to change the file mode (+x) with:
chmod +x ~/acpiTableExtract.pl
Usage
~/acpiTableExtract.pl
Bugs
Questions and bug reports (so called ‘issues’) should be filed at:
https://github.com/Piker-Alpha/acpiTableExtract.pl/issues
Please do not use my blog for this.
Thank you!