nmake error

2002-01-30 Thread Rambog
Upon trying to install Win32 SystemInfo 0.06, I receive the following error upon executing nmake (the second step of the install): NMAKE: fatal error U1073: don't know how to make 'C:\Program' Stop. How do I get around this to successfully install the package? -- To unsubscribe, e-mail: [EMA

Debug some simple code

2002-01-31 Thread Rambog
I am attempting a program that reads a list of numbers from the screen until the number 999 is read. It then prints the sum of all numbers read- with the exception of the 999. My code looks like: until ($number=999) { print "Please input your number:\n"; chomp($number=); @a=$number; } foreach $

Re: Debug some simple code

2002-01-31 Thread Rambog
n a scaler context and "@a=" places each line in a list context (thereby changing the context), I thought "@=$number" would work. I was wrong. The "push" works great. I have much to learn about contexts within PERL. "Rambog" <[EMAIL PROTECTED]> wrote in

Re: nmake error

2002-02-04 Thread Rambog
essage 3C586B2C.773.19070743@localhost">news:3C586B2C.773.19070743@localhost... > From: "Rambog" <[EMAIL PROTECTED]> > > > Upon trying to install Win32 SystemInfo 0.06, I receive the following > > error upon executing nmake (the second step