#After this code my $member = $somezip->memberNamed( 'unzipped.txt' ); # Add this line if ( not defined $member ) { die "File not found inside the archive"; }else{ # the rest of your code goes here }