in reply to Re: Perl @INC error
in thread Perl @INC error

I get exaclty the same as in the error message, that is
CODE(0xc1c15c). I am using XP.

Replies are listed 'Best First'.
Re^3: Perl @INC error
by GrandFather (Saint) on May 11, 2007 at 23:34 UTC

    On two different computers running XP I get:

    Perl version: 5.8.8 * C:\Program Files\ActiveState Komodo 3.5\lib\support\dbgp\perllib * C:\Program Files\ActiveState Komodo 3.5\lib\support\dbgp\perllib * C:/Perl/site/lib * C:/Perl/lib * . ~ C:\Program Files\ActiveState Komodo 3.5\lib\support\dbgp\perllib ~ C:\Program Files\ActiveState Komodo 3.5\lib\support\dbgp\perllib ~ C:/Perl/site/lib ~ C:/Perl/lib ~ .

    Try uninstalling Tk and then reinstalling it.

    Note, I wasn't interested in the error message as such, we already had that information. I was more interested in confirming that the include path was sensible before Tk is loaded and trashed afterwards. You haven't actually confirmed that yet.


    DWIM is Perl's answer to Gödel