Hi Brian,

On Fri, Jun 08 2001, David Coppit wrote:
> On Thu, 7 Jun 2001, Brian Ingerson wrote:
> 
> > I'm glad this is working for you. But it leaves me wondering if this a
> > general problem on AIX? Anybody else out there tested on AIX?
> 
> I just tested it on AIX, and didn't run into any problems.

I did some more tests on different available platforms.  And I found
out the following:

  o  the critical statement is the line # 80 in Inline.pm (in
     subroutine import): 
     80      @_ = (), goto &create_config_file if $_[0] eq '_CONFIG_';

  o  under AIX:
     perl5.00502  => ERROR
     perl5.6      => it works

  o  under SUN
     perl5.00502  => ERROR
     perl5.00503  => it works

  o  under IRIX
     perl5.00502  => ERROR

  o  under Linux:
     perl5.00503  => it works

So my conclusion is that the problem is not related to AIX but to
different Perl versions and that this statement works ***AFTER***
version perl5.00502    :-))


Cheers,

Norbert
-- 
Ceterum censeo          | PGP encrypted mail preferred.
Redmond esse delendam.  | PGP Public Key at www.MPA-Garching.MPG.DE/~nog/

Reply via email to