Sisyphus <[EMAIL PROTECTED]> wrote: :[EMAIL PROTECTED] wrote: :> I just got this message unexpectedly: :> :> Use of inherited AUTOLOAD for non-method main::consider() is deprecated at H_int2 line 50. :> Can't locate auto/main/consider.al in @INC (@INC contains: ...) :> :> instead of the expected: :> :> Undefined subroutine &main::consider called at H_int2 line 50. :> : :Simply start the script with: : :no AutoLoader; : :Works fine for me.
Ah, much easier. :) Thanks, Hugo