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