Re: Calling UNIX Commands?

2001-08-06 Thread Peter Scott
At 08:15 PM 8/6/01 -0400, Chris Garaffa wrote: >My question is regarding UNIX commands. I know you can get the output of a >command using the ` notation. My script has this line: >my $command = `mv /$formdata{name}.html /Library/WebServer/Document/About/ >$formdata{name}.html`; You're on a Mac,

RE: Calling UNIX Commands?

2001-08-06 Thread Matt Crapo
f thumb - if you can avoid using a system call, do so. Good Luck! Matt -Original Message- From: Peter Scott [mailto:[EMAIL PROTECTED]] Sent: Monday, August 06, 2001 5:18 PM To: Chris Garaffa; [EMAIL PROTECTED] Subject: Re: Calling UNIX Commands? At 08:15 PM 8/6/01 -0400, Chris Garaffa

Re: Calling UNIX Commands?

2001-08-06 Thread Brett W. McCoy
On Mon, 6 Aug 2001, Chris Garaffa wrote: > Hello everyone. I just joined the list, but I checked the archive earlier > to see if this was covered. Sorry if I missed it. > > My question is regarding UNIX commands. I know you can get the output of a > command using the ` notation. My script has thi