in reply to RE (tilly) 1: Get default login environment
in thread Get default login environment
And that two-level map is probably crazier than you need:
Create fewer intermediate SVs and regex calls that way.return $env =~ /^(.*?)=(.*)/gm;
In Section
Snippets Section