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;
-- Randal L. Schwartz, Perl hacker
|
---|
Replies are listed 'Best First'. | |
---|---|
RE (tilly) 3: Get default login environment
by tilly (Archbishop) on Sep 22, 2000 at 21:37 UTC | |
by Ronnie (Scribe) on Nov 18, 2004 at 10:43 UTC | |
by Happy-the-monk (Canon) on Nov 18, 2004 at 10:53 UTC | |
by Anonymous Monk on Oct 03, 2006 at 12:20 UTC | |
Re^2: RE (tilly) 1: Get default login environment
by ronbarak (Novice) on Oct 03, 2006 at 12:23 UTC |
In Section
Snippets Section