On 03/09/2017 02:22 PM, Theo van den Heuvel wrote:
Is this what you are looking for? our $IAm is export; ( $IAm = $?FILE ) ~~ s|.*"/"||;
Hi Theo, Almost. I only want the code inside the module (pm) to see it. I don't want it exported. On the other hand, you just taught me h9owto export a value. Thank you! -T