Thank you both for your prompt answers. But I have already ecumed the forum searching for a solution.
doing a perl -v gives the following :
**********************************************************************
This is perl 5, version 12, subversion 3 (v5.12.3) built for MSWin32-x64-multi-thread
Copyright 1987-2010, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at
www.perl.org/, the Perl Home Page.
**********************************************************************
My systel.ini is :
**********************************************************************
#
Directory: where the Telemac system is installed
#
PROJECT=F:\Telemac.v6p1\v6p1
#
#
Platform: namely a combination machine+compiler
#
HOSTTYPE=g95
#
#
Perl : paths to interpreter (bin) and modules (lib)
#
# This may not be useful if perl is already installed independantly
# and included in the original path
#
[PERL]
PERLPATH=C:\strawberry\perl\bin
PERL5LIB=C:\strawberry\perl\lib
#
**********************************************************************
Any idea? Is it because I'm using an x64 Windows 7 OS?
Aissa