use strict; use warnings; my $test=5; print $test; # funktioniert einwandfrei print $tset; # Programm bricht ab, da es $tset nicht kennt