Archive-Unrar
view release on metacpan or search on metacpan
lib/Archive/Unrar.pm view on Meta::CPAN
!$RAR_functions{RARCloseArchive}->Call($handle) || die "Fatal error $!";
return ( $flagsEX & 128, $flags & 4 , $continue);
}
################ PUBLIC METHODS ################
sub list_files_in_archive {
my $caller_sub = ( caller(1) )[3];
my %params=@_;
my ($file,$password) = @params{qw (file password)};
my ( $blockencrypted, $pass_req, $continue ) = extract_headers($file);
my $blockencryptedflag;
my $errorcode;
my %RAR_functions;
( run in 1.023 second using v1.01-cache-2.11-cpan-b61123c0432 )