in reply to Extracting a file from .gz archive

Hi ,

If you want to extract a file to a path, use the

extract_file( $file, [$extract_path] )
method. Also, you probably want to call the error() method after the read() and extract_file() calls.

For further info perldoc Archive::Tar ...

HTH

At last, a user level that best describes my experience :-))