Help for this page

Select Code to Download


  1. or download this
    my $zip = Archive::Zip->new($_);
    
  2. or download this
    if ($zip->read($_) == AZ_OK)
    
  3. or download this
    for (@list_FTP) {
        $logger->info("Trying to Unzip : $_");
    ...
    
        if ($zip->read($_) == AZ_OK) {
           ...