in reply to Re: Re: perl 5.6.0-5.6.1 upgrade problem
in thread perl 5.6.0-5.6.1 upgrade problem

Funny, above you wrote your INC contains /usr/local/lib ...
are you sure you have to use /usr/bin/perl and not /usr/local/bin/perl ?
----------------------------------- --the good, the bad and the physi-- -----------------------------------

Replies are listed 'Best First'.
Re: Re: Re: Re: perl 5.6.0-5.6.1 upgrade problem
by Bukowski (Deacon) on Aug 07, 2001 at 18:05 UTC
    I already checked everywhere I know the perl binaries to be after the update. It was clear when I upgraded perl would be placed in /usr/local/bin/perl and /usr/bin/perl.
    Changing the call to the binary in the script does not fix the error I'm afraid, only commenting out 'use strict' does. And being a good boy I always use strict! Damn. Thanks for the suggestion though!
    dan