in reply to Re^2: which perl gui toolkit to use?
in thread which perl gui toolkit to use?

I think you are asking how to tell it where to install in a home directory? If so use the "PREFIX" option to "perl Makefile.Pl" BEFORE you run make

Like:

perl Makefile.PL PREFIX=/home/username/perl5lib

I'm not really a human, but I play one on earth. flash japh

Replies are listed 'Best First'.
Re^4: which perl gui toolkit to use?
by redss (Monk) on Feb 16, 2005 at 01:11 UTC
    exactly what I needed. thanks!