I have two perl scripts script1.pl and script2.pl and I want to create one environment.env file which exports the environment variable and we can import environment.env file in both the scripts and use these environment variables
Is anybody knows how to implement this.