On Thu, 8 Nov 2001 [EMAIL PROTECTED] wrote: > Is there a nice and neat way of writing this: > #!/bin/perl > $command1 = "/bin/csh"; > $command2 = "source /usr/users/.cshrc"; > system "command1"; > system "command2";
What are you trying to accomplish? -- Brett http://www.chapelperilous.net/ ------------------------------------------------------------------------ This fortune intentionally left blank. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]