Perl : VariableTableauA = VariableTableauB ?
Résolu/Fermé
A voir également:
- Perl : VariableTableauA = VariableTableauB ?
- Denon perl pro test - Accueil - Audio
- Active perl - Télécharger - Édition & Programmation
- Perl foreach ✓ - Forum Perl
- Perl substitution ✓ - Forum Perl
- [Perl] WWW::Mechanize - Forum Perl
2 réponses
dubcek
Messages postés
18758
Date d'inscription
lundi 15 janvier 2007
Statut
Contributeur
Dernière intervention
24 décembre 2024
5 623
30 juin 2012 à 09:01
30 juin 2012 à 09:01
hello
oui
oui
$ perl -e '@t=("hello ", "world") ; @a=@t ; print @a, "\n"' hello world $