in reply to Extracting a file from .gz archive
If you want to extract a file to a path, use the
method. Also, you probably want to call the error() method after the read() and extract_file() calls.extract_file( $file, [$extract_path] )
For further info perldoc Archive::Tar ...
HTH
|
|---|