Re: Different behaviour

2011-07-07 Thread John W. Krahn
HACKER Nora wrote: Hello, Hello, I would be really glad if someone could give me a hint to my following problem: I have a script that runs smoothly on AIX5.3, installed Perl is 5.8.8. Now I need it to run on AIX6.1, Perl is 5.8.8 as well, but I experience a strange, differing behaviour. I ha

Re: Different behaviour

2011-07-07 Thread Rob Dixon
On 07/07/2011 10:42, HACKER Nora wrote: Hello, I would be really glad if someone could give me a hint to my following problem: I have a script that runs smoothly on AIX5.3, installed Perl is 5.8.8. Now I need it to run on AIX6.1, Perl is 5.8.8 as well, but I experience a strange, differing behav

Re: Different behaviour

2011-07-07 Thread Rob Coops
On Thu, Jul 7, 2011 at 12:50 PM, HACKER Nora wrote: > ** > > Hi Rob, > > Thanks for your reply and your suggestions. > >So to make things really simple you basically make the following call: >***system "ps -ef |grep -v grep |grep dbw |grep -q $db";* twice the >first time you get the l

AW: Different behaviour

2011-07-07 Thread HACKER Nora
Hi Rob, Thanks for your reply and your suggestions. So to make things really simple you basically make the following call: system "ps -ef |grep -v grep |grep dbw |grep -q $db"; twice the first time you get the list as expected the second time you get a -1 from the OS. Would it be possi

Re: Different behaviour

2011-07-07 Thread Rob Coops
On Thu, Jul 7, 2011 at 11:42 AM, HACKER Nora wrote: > Hello, > > I would be really glad if someone could give me a hint to my following > problem: I have a script that runs smoothly on AIX5.3, installed Perl is > 5.8.8. Now I need it to run on AIX6.1, Perl is 5.8.8 as well, but I > experience a s

Different behaviour

2011-07-07 Thread HACKER Nora
Hello, I would be really glad if someone could give me a hint to my following problem: I have a script that runs smoothly on AIX5.3, installed Perl is 5.8.8. Now I need it to run on AIX6.1, Perl is 5.8.8 as well, but I experience a strange, differing behaviour. I have a sub-function that greps