[résolu] Problème avec perl

Hello,

Voilà pour maper mon réseau j’utilise nagios & nmap. Afin de pouvoir utiliser le fichier xml une fois généré par nmap et le transformer en .cfg pour l’intégrer dans nagios, j’utilise un petit script perl appelé nmap2nagios.

Je le lance donc ainsi via la commande : ./nmap2nagios.pl –c nmap2nagios.conf –r nmap.xml –o config.cfg
et j’ai comme résultat :

Pourquoi ? et comment regler ce problème ? google ne m’a pas aidé sur ce coup là…

/edit : et quand j’essaye via : sh ./nmap2nagios.pl –c nmap2nagios.conf –r nmap.xml –o config.cfg il me sort : [quote]nmap2nagios.pl: line 7: use: command not found
nmap2nagios.pl: line 8: use: command not found
nmap2nagios.pl: line 9: use: command not found
nmap2nagios.pl: line 12: use: command not found
nmap2nagios.pl: line 13: ::Dumper::Indent: command not found
nmap2nagios.pl: line 14: ::Dumper::Maxdepth: command not found
nmap2nagios.pl: line 16: use: command not found
nmap2nagios.pl: line 17: use: command not found
nmap2nagios.pl: line 18: use: command not found
nmap2nagios.pl: line 20: use: command not found
nmap2nagios.pl: line 22: use: command not found
nmap2nagios.pl: line 24: my: command not found
nmap2nagios.pl: line 27: syntax error near unexpected token =' nmap2nagios.pl: line 27: $data_ref->{‘Path’}) = fileparse($0);’[/quote]

hello,

Que donne un “ls -al /usr/local/bin/perl” ?

salut,
dans nmap2nagios.pl essai de modifier le chemin /usr/local/bin/perl par
/usr/bin/perl

[quote=“dexmon”]salut,
dans nmap2nagios.pl essai de modifier le chemin /usr/local/bin/perl par
/usr/bin/perl[/quote]

bien joué, ça marche !

merci