#!/usr/bin/perl -w use strict; use warnings; $z = 3; print "z hat den Wert $z\n";