bessy_module - a Perl module setting environment-variables the bessy-style.
use bessy_module;
bessy_module::command("add","epics");
bessy_module::dump_env();
This module makes the "module add" command of the HZB z-shell environment available for perl. By this, the changed environment variables are made available for your perl-application;
command
bessy_module::command($command,@args);
This performas a "module <command> <args...>" in the z-shell environment and re-imports the environment-variables to the perl-process, so they are available in the %ENV-hash.
dump_env
bessy_module::dump_env();
This prints a sorted list of all environment-variables to the screen.
Goetz Pfeiffer, Goetz.Pfeiffer@helmholtz-berlin.de
perl-documentation