#!perl -w # --- ----------------------------------- #Programm: sammlung1.pl #Datum: 27.08.2003 print "Wie ist Ihr Name? "; $name = ; chomp($name); print "Hallo $name, dies ist meine Whiskeysammlung:"; print < -----------------------------------