my $pid = fork(); if ($pid == 0) { # Druck starten... exit; }