Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!swrinde!ucsd!orion.oac.uci.edu!mothra.nts.uci.edu!meggers From: meggers@mothra.nts.uci.edu (Mark Eggers) Newsgroups: comp.lang.perl Subject: running rsh and rcp from perl Keywords: in the background Message-ID: <27CEF303.10808@orion.oac.uci.edu> Date: 2 Mar 91 00:34:11 GMT Distribution: comp Lines: 19 Nntp-Posting-Host: mothra.nts.uci.edu I've got a quick question. While I can do system "rsh foo \"command here\""; I cannot run this in a perl script in the background. The error that comes back is stopped +tty input+ What I would like to do is copy a file from the remote site, and execute the entire script from cron. Thoughts ?? Script is being run on a sparc (perl 3.44) talking to a Sequent. thanks for any ideas . . . . /mde/