in reply to Re^2: Config::Std to lexial in BEGIN { } throws warning?
in thread Config::Std to lexical in BEGIN { } throws warning?
So this does not do what you want it to?
use Config::Std; my %config; BEGIN { read_config "main.conf" => %config; }
It is said that "only perl can parse Perl." I don't even come close until my 3rd cup of coffee. --MidLifeXis
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Config::Std to lexial in BEGIN { } throws warning?
by gorash (Novice) on Feb 23, 2010 at 17:54 UTC | |
by MidLifeXis (Monsignor) on Feb 23, 2010 at 18:29 UTC | |
by gorash (Novice) on Feb 23, 2010 at 18:52 UTC |