#!/usr/bin/perl print "Wie ist ihr Name?"; chomp($name = ); print "Ah! Hallo $name!";