use strict; use locale; while ( my $nom = ) { chomp $nom; my $pluriel = $nom . "s"; print $pluriel, "\n"; }