http://qs321.pair.com?node_id=1190014

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