Bonjour
je suis débutante en perl et j'ai un soucis avec l'installation de modules.
Dans mon script je dois faire appel à SetEnvVar j'ai des message d'erreurs indiquant que perl ne reconnais pas win32
alors je cherche sur le net notamment la doc sur developpez.net et je vois que je dois utiliser "ppm-shell" pour faire afficher l'assistant de perl, or c'est pas le cas. je fais quand meme un istall win32 et tjrs les meme erreurs qui apparaissent
alors je fais juste un ppm en dos et là c'est une fenetre qui m'affiche tous les modules et devant le "win32" y a marqué "installed" et quand je clique droit j'ai que l'option "verifier" qui est activée>ppm-shell
ppm 4.05 (ActivePerl 1005)
Copyright (C) 2009 ActiveState Software Inc. All rights reserved.
ppm> install win32
Downloading ActiveState Package Repository packlist...failed 500 Can't connect to ppm4.activestate.com:80 (Bad hostname 'ppm4.activestate.com')
ppm install failed: Can't find any package that provides win32
ppm>
quelqu'un à une idée?
ps: Résultats de perl -v
résiltats de ppm rep>perl -v
This is perl, v5.10.0 built for MSWin32-x86-multi-thread
(with 9 registered patches, see perl -V for more detail)
Copyright 1987-2007, Larry Wall
Binary build 1005 [290470] provided by ActiveState http://www.ActiveState.com
Built May 24 2009 12:17:36
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 http://www.perl.org/, the Perl Home Page.
merci d'avance pour votre aide>ppm rep
┌────┬──────┬────────────────────────────────┐
│ id │ pkgs │ name │
├────┼──────┼────────────────────────────────┤
│ 1 │ 0 │ ActiveState Package Repository │
└────┴──────┴────────────────────────────────┘
(1 enabled repository)
Partager