RE: system command question

2011-09-28 Thread Ken Slater
> -Original Message- > From: Amish Rughoonundon [mailto:amishrughoonun...@gmail.com] > Sent: Tuesday, September 27, 2011 4:44 PM > To: beginners@perl.org > Subject: system command question > > Hi, > I am trying to run a make file from perl. For the make file to

system command question

2011-09-28 Thread Amish Rughoonundon
Hi, I am trying to run a make file from perl. For the make file to run, some environment variables need to be set. Usually I would use a batch file with the following setting SET A_DIR=C:\TOOLS\TMS320 SET C_DIR=C:\TOOLS\TMS320 PATH=%PATH%;C:\TOOLS;C:\TOOLS\TMS320 make and it works. I tried to do