in reply to Unevaling part of an eval block
What does that method call do in a list context? If it returns an even number of items, you're in for a world of hurt.cc => $config->get("AdminEmailCC"),
Perhaps you really wanted:
which can't go wrong (at least in making the hash).cc => scalar $config->get("AdminEmailCC"),
|
|---|