Hello, I want to use the msxml parser in my presentation template, so in perl I need to create a Win32:

LE->new('MSXML2.DOMDocument.3.0') object and use it. after a short debuging session with the iwpt_compile CLT, I manage to have it works pretty well, so I try live within teamsite and .... crash..
this following usefull error appear :
Could not process template: Y:\default\main\IEH\WORKAREA\gfj515_BenjaminWA\templatedata\uniform\field\presentation\field.tpl
:\default\main\IEH\WORKAREA\gfj515_BenjaminWA\templatedata\uniform\field\presentation\field.tpl
And it is only when I comment my code to not use the Win32:

LE object that the preview and generation in TS works.
So my question is why is it working (it generates the file) with the CLT and not in the interface? Can I not create an object there?
Here is my cmd I run to debug :
> iwperl c:\iw-home\bin\iwpt_compile.ipl -ocode ben.ipl -pt y:\default\main\ieh\workarea\gfj515_benjaminWA\templatedata\uniform\field\presentation\field.tpl -iw_pt-dcr y:\default\main\ieh\workarea\gfj515_benjaminWA\templatedata\uniform\field\data\toutneuf
then I run :
> iwperl ben.ipl
Is there something I'm doing wrong?
I'm completely lost