I wanted to use path to a file in my perl script, so want to store this path in some environment variable and than use this variable as input to my script.
Can anyone help how to create environment variable and use this as a input to my script
I wanted to use path to a file in my perl script, so want to store this path in some environment variable and than use this variable as input to my script.
Can anyone help how to create environment variable and use this as a input to my script
Thanks in advance.
Creating an environment variable depends on your OS.
To use an environment variable, you can just use the %ENV hash...something like
Never ascribe to malice that which can be adequately explained by stupidity.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.