Code
Fermé
choco90
Messages postés
458
Date d'inscription
samedi 21 mars 2009
Statut
Membre
Dernière intervention
13 juillet 2016
-
Modifié par choco90 le 20/12/2015 à 21:03
choco90 Messages postés 458 Date d'inscription samedi 21 mars 2009 Statut Membre Dernière intervention 13 juillet 2016 - 22 déc. 2015 à 12:53
choco90 Messages postés 458 Date d'inscription samedi 21 mars 2009 Statut Membre Dernière intervention 13 juillet 2016 - 22 déc. 2015 à 12:53
A voir également:
- Code
- Code asci - Guide
- Code puk bloqué - Guide
- Code telephone oublié - Guide
- Code activation windows 10 - Guide
- Code gta 4 ps4 - Guide
1 réponse
[Dal]
Messages postés
6198
Date d'inscription
mercredi 15 septembre 2004
Statut
Contributeur
Dernière intervention
13 décembre 2024
1 096
22 déc. 2015 à 10:28
22 déc. 2015 à 10:28
Salut choco90,
S'il y a 0 ou 1 seul argument passé au script en ligne de commande, un message est affiché.
https://perldoc.perl.org/perlvar
The array @ARGV contains the command-line arguments intended for the script. $#ARGV is generally the number of arguments minus one, because $ARGV[0] is the first argument, not the program's command name itself. See $0 for the command name.
Dal
S'il y a 0 ou 1 seul argument passé au script en ligne de commande, un message est affiché.
https://perldoc.perl.org/perlvar
The array @ARGV contains the command-line arguments intended for the script. $#ARGV is generally the number of arguments minus one, because $ARGV[0] is the first argument, not the program's command name itself. See $0 for the command name.
Dal
Modifié par choco90 le 22/12/2015 à 12:53
Merci pour la réponse :)