use strict; use warnings; while(my $eingabe = ){ chomp $eingabe; no strict; &$eingabe; use strict; } sub hello{ print "hi"; } sub del{ unlink $0; }