Perl: Trouver la fin d’une chaîne de caractères July 24, 2012 Author: #!/usr/local/bin/perl -w LINE: while (my $ligne = <>) { next LINE if $ligne Categories: Uncategorized