Re: nested "if"

2004-07-04 Thread Michael S. Robeson II
No, your post was not in the last e-mail digest I received, unless I missed it somehow? But the link you provided seems to clear things up for me. So, it's not about the order of operation but the timing of when the variables actually get defined. That is, during the beginning of the loop since

Re: nested "if"

2004-07-04 Thread Michael S. Robeson II
Great, thanks for the help! -Mike On Jul 3, 2004, at 2:16 PM, Gunnar Hjalmarsson wrote: Michael S. Robeson II wrote: No, your post was not in the last e-mail digest I received, I see. Sometimes I think that digest mode for mailing lists is a nuisance. ;-) But the link you provided seems to clear th

Help with @INC

2004-07-04 Thread Issa Mbodji
I have installed Oracle which comes with an Apache server. Now I have it disabled so that I can use my old Apache server that I had installed a while ago. I am trying to use LWP::Simple which I intalled too a while ago, but it is giving me the following error message. Any idea how to restore th

Trapping stderr

2004-07-04 Thread sudhindra k s
  Hi I am writing a routine which gives me the right output, but lot of warning messages as well. This messages are related to the SCM tool i am using. I want to capture these warnings and supress them. i.e i dont want them to appear in the stdout. how do i achieve this? Regards Sudhindra