New Module PL Script not working for me

Hi all!
I’m allmost there… but when I try to create mymodule.zip file with perl script…everythings seems ok but no file is created.
Maybe a path problem.?
I have “build” folder and I have tryed putting httdocs folder and its subfolders inside “build” and side by side with Build folder
same result
perl script advices me that mymodule-file.zip has been created inside build folder… but I cant find anything
Any help will be really appreciated.
Regards
Ale.
attached is perl conf file I’m using to build the zip file.

PS I Cant upload a conf. file so I’ll paste bellow

MCCImport

Goal: Module for Bank Statement inmport and conciliate

Version: 3.3.1

Author: Copyright 2013 - Esteban Aliverti / Alejandro Reboredo

Licence: GPL

Install: Just unpack content of module package in Dolibarr directory.

Setup: Go on Dolibarr setup - modules to enable and configure/add rules to module.

Files in module

htdocs/MCCImport/core/modules/modMCCImport.class.php
htdocs/MCCImport/admin/MCCImportAdmin.php
htdocs/MCCImport/adminRules.php
htdocs/MCCImport/index.php
htdocs/MCCImport/CredicoopParser.class.php
htdocs/MCCImport/GaliciaParser.class.php
htdocs/MCCImport/FrancesParser.class.php
htdocs/MCCImport/mccimport_rule.class.php
htdocs/MCCImport/mccimport_rule_category.class.php
htdocs/MCCImport/MysqlExporter.class.php
htdocs/MCCImport/OperationProcessor.class.php
htdocs/MCCImport/Parser.class.php
htdocs/MCCImport/pre.inc.php
htdocs/MCCImport/sql/llx_mccimport_rule.key.sql
htdocs/MCCImport/sql/llx_mccImport_rule.sql
htdocs/MCCImport/sql/llx_mccimport_rule_category.key.sql
htdocs/MCCImport/sql/llx_mccImport_rule_category.sql
htdocs/MCCImport/img/add.png
htdocs/MCCImport/img/delete.png
htdocs/MCCImport/img/import.png
htdocs/MCCImport/img/Mimport.png
htdocs/MCCImport/img/update.png
htdocs/MCCImport/img/object_import.png

Do you run script from command line of by clicking onto you browser explorer.
Try to go onto command line, then into build directory.
check htdocs dir is at same level than build (and not inside).