in reply to RE (tilly) 3: Get default login environment
in thread Get default login environment
I downloaded this code but it doesn't work! When I try and use it the following error occurs -
The code to call this sub is also in a format that, novice that I am, I've not seen before -syntax error at xxrcprofsub.pl line 8, near "m/^(.*?)=((?:[^\n\\]|\\.| +\\\n)*)/gm ;"
The ENV inside the brackets is throwing me. Is this the means by which the local (in the subroutine) %ENV is used to overwrite the existing %ENV? I've not seen this syntax before. Ronnie Cruickshank%ENV = (%ENV, get_bash_login_env());
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: RE (tilly) 3: Get default login environment
by Happy-the-monk (Canon) on Nov 18, 2004 at 10:53 UTC |
In Section
Snippets Section