How to set environment variables in Perl script to be available in BF?
![]()
Hi
I need a perl script to manipulate the variables before next step.
In Step 1 I call a Perl script to set some system environment variables such as this: $ENV{'DIR'} = $DIR;
but in the next step $DIR is empty.
Thanks
Jirong
|
3 answers
![]()
If you have to set a large amount of environment varuables
Create a xml project file and load it
And in the step, make all the .bset commnds needed to set everything
I am using this method to load all the CELL variables via a perl api so I can extend the project dynamicaly with a perticular cell.
|