Help for this page
use Archive::Zip qw/ :ERROR_CODES /; ... next unless $member->fileName =~ /\.out$/; $zip->extractMember( $member ); }