NAME
plha - command line tool to extract .lzh archive
SYNOPSIS
# From the command line
> plha table archive.lzh
> plha extract archive.lzh
# if you want to extract a specific file from the archive
> plha extract archive.lzh pathname_in_the_archive
DESCRIPTION
plha is a simple command line tool to extract .lzh archives. It shows file list in an archive, and extracts all the files (or selected files) in the current working directory. No pathname conversion nor content filtering. No parent directory for the extracted files. Use this as a skeleton for your custom command line tool. Patches are welcome.
AUTHOR
Tokuhiro Matsuno <tokuhiro __at__ mobilefactory.jp>
LICENSE AND COPYRIGHT
Copyright (c) 2007, Tokuhiro Matsuno <tokuhiro __at__ mobilefactory.jp>.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.