![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Env:Modulecmd issueby TeTeKe (Initiate) |
on May 10, 2017 at 21:48 UTC ( #1190014=perlquestion: print w/replies, xml ) | Need Help?? |
TeTeKe has asked for the wisdom of the Perl Monks concerning the following question:
Hi, I'm using Env::Modulecmd (after some searching) in my perl script trying to load my environment module, but somehow it's not working. Here's a simple command line example, % perl -e 'use Env::Modulecmd { load => 'VDIkit' }' This produced the error message below: Unable to execute 'modulecmd perl load VDIkit': -> No such file or directory Error loading module VDIkit at -e line 1 BEGIN failed--complilation aborted at -e line 1. Please advise, teteke
Back to
Seekers of Perl Wisdom
|
|