in reply to Re^3: help installing GD and GD::Graph locally
in thread help installing GD and GD::Graph locally
perl Makefile.PL PREFIX=/home/me/perllib # or
perl Makefile.PL LIB=/home/me/perllib # ?From 'perldoc ExtUtils::MakeMaker'{snip}
Ah. ExtUtils::MakeMaker is the relevant doc I need to read for this. Thanks!
|
|---|