my @args = ("/usr/local/bin/nzbget", $item); system(@args) == 0 or die "Could not run '@args' ($?): $!\n";