Help for this page
sub is_zip { #Load the file ... CONTINUE: #Check $status }
#Read data into $file if ($file =~ m/^\x50\x4B\x03\x04/) { ... } else { #Parse as something else }