my $cmd = "perl script_to_execute input output"; print STDERR "$cmd\n"; system($cmd);