#!/usr/bin/perl use strict; use warnings; $hallo = "Welt"; print "Hallo $hallo";