in reply to Re^3: Server with GUI
in thread Server with GUI

Win 7

Get's the error can't locate @INC

Path= c:\mingw\bin;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;C:\Dwimperl\perl\bin;C:\Dwimperl\perl\site\bin;C:\Dwimperl\c\bin;C:\strawberry\cpan\build\Tk-804.030-23IFwa;

Get the error Seems impossible to install.

Replies are listed 'Best First'.
Re^5: Server with GUI
by zentara (Cardinal) on May 29, 2012 at 09:21 UTC
    I don't use Windows, but there are many Strawberry Perl experts around here. I suggest you post another new question about "How to install Tk with Strawberry perl", but first look at and try installing Tk for strawberry

    I'm not really a human, but I play one on earth.
    Old Perl Programmer Haiku ................... flash japh
Re^5: Server with GUI
by Anonymous Monk on May 29, 2012 at 09:30 UTC

    C:\strawberry\cpan\build\Tk-804.030-23IFwa;

    a temporary directory for compiling modules, added to %PATH%?

    Thats a weird thing to do

    cpanp -i Tk --no-allow_build_interactivity --force

    Read A Guide To Installing Modules (replies too)