in reply to suppress errors from Archive::Tar

http://search.cpan.org/dist/Archive-Tar/MANIFEST -> t/06_error.t

$Archive::Tar::WARN = 0;

Replies are listed 'Best First'.
Re^2: suppress errors from Archive::Tar
by doubledecker (Scribe) on Jun 26, 2012 at 10:20 UTC

    works like a charm

    on the other hand, How to display all the errors during extraction

      on the other hand, How to display all the errors during extraction

      You tell me :)

        my intention is to check for any method which gives me all the errors

        like

        $tar->error(1);