in reply to Copying Perl installation between computers
This is highly irregular and you should install Perl correctly, not by simply copying the directory tree.
That said, the error message says it can't find the module version::vpp (version/vpp.pm) in your @INC variable.
from the Command Prompt and ensure the directories reported exist.perl -e "print \"$_\n\"for @INC"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Copying Perl installation between computers
by Anonymous Monk on May 31, 2012 at 14:15 UTC | |
by Jenda (Abbot) on May 31, 2012 at 15:28 UTC | |
by perldough (Sexton) on May 31, 2012 at 20:59 UTC |