Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 761 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 761 Bytes

perlTraining

Contient tous les exercices de la formation Perl

Exercice 2 : Hello World + scalaire

Exercice 3 : Utilisation d'un for + scalaire

Exercice 4 : Utilisation d'argument + Fonction + Tableau/List

Exercice 5 : For Each + Tableau + fonction sort, map et grep

Exercice 6 : Tableau de hash , affichage et manipulation

Exercice 7 : lister fichiers / manipuler les tableaux

Exercice 8 : Récupérer contenu d'un fichier dans une table de hash + tri / filtre

Exercice 9 : Utilisation des regexp + lecture d'un fichier

Exercice 10 : Analyse de fichier de log avec insertion dans tableau de hash + tri / filtre / top X etc...

Exercice 11 : Création de hash tableau multiniveau a partir d'un fichier

Exercice 14 : Création d'un module