Hey, I noticed that the "env" directive in the main module is not an equivalent of "export" in bash or "putenv" in C stdlib. The variables defined by "env" seems only can be used by the embeded Perl module, right?
The wiki doc for this directive is a little hard to understand. Let's make it simple. In which cases, the variables defined by "env" can be considered equivalent to the variables in bash?
Thanks.