I have a perl file that want to understand certain environmental variables. So I can add:
$ENV{PLACK_ENV} = 'development'
in the code and its ok.
But is there a way to do this without touching the code?
ps: I'm working with linux
You can do this easily
or
|
|||||||
|
.bashrc
or.bash_profile
. – Hunter McMillen 21 hours ago