my $abfrage = qq~ps -ef | grep -v grep | grep "rnetposts.pl $ARGV[0] $ARGV[1]"~; printf("abfrage: [%s]\n", $abfrage); my $result = `$abfrage`;