#!/usr/bin/perl use strict; use warnings; print "Drücke \n"; my $enter = <>; if($enter){ system "exit"; }