#!/usr/bin/perl -wprint "Saisir une nouvelle ligne : ";while ($ligne = <>) { $texte .= $ligne;}print "Vous avez saisi le texte \n $texte \n";