Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!convex!usenet From: tchrist@convex.COM (Tom Christiansen) Newsgroups: comp.lang.perl Subject: Re: system() invoking ksh Message-ID: <1991Jun01.142935.21838@convex.com> Date: 1 Jun 91 14:29:35 GMT References: <1991May31.225358.14610@csl.dl.nec.com> Sender: usenet@convex.com (news access account) Reply-To: tchrist@convex.COM (Tom Christiansen) Organization: CONVEX Software Development, Richardson, TX Lines: 12 Nntp-Posting-Host: pixel.convex.com From the keyboard of harrison@csl.dl.nec.com (Mark Harrison): :How can I make the system() call use [kc]shell instead of /bin/sh? :I am currently doing system("ksh -c \"cmd\""); That's really all you can do. You do *NOT* want it to use csh, because then you'd lose a lot of functionality, and you can't be sure it'll be installed either. --tom -- Tom Christiansen tchrist@convex.com convex!tchrist "So much mail, so little time."